UIFabricationUtils.SetOpenConnectorIndicatorTowardsColor Method

UIFabricationUtilsSetOpenConnectorIndicatorTowardsColor Method

Sets the color of the open connector indicator in towards direction

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public 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
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also