UIFabricationUtils.SetOpenConnectorIndicatorPlanColor Method

UIFabricationUtilsSetOpenConnectorIndicatorPlanColor Method

Sets the color of the open connector indicator in plan view.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static void SetOpenConnectorIndicatorPlanColor(
	Color color
)
Public Shared Sub SetOpenConnectorIndicatorPlanColor ( 
	color As Color
)
public:
static void SetOpenConnectorIndicatorPlanColor(
	Color^ color
)
static member SetOpenConnectorIndicatorPlanColor : 
        color : Color -> unit 

Parameters

color  Color
 
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also