UIFabricationUtilsSetOpenConnectorIndicatorTowardsColor Method |
Sets the color of the open connector indicator in towards direction
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static void SetOpenConnectorIndicatorTowardsColor(
Color color
)
Public Shared Sub SetOpenConnectorIndicatorTowardsColor (
color As Color
)
public:
static void SetOpenConnectorIndicatorTowardsColor(
Color^ color
)
static member SetOpenConnectorIndicatorTowardsColor :
color : Color -> unit
Parameters
- color Color
-
Exceptions
See Also