DesignOption.IsPrimary Property

DesignOptionIsPrimary Property

Determines whether this is a primary design option.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsPrimary { get; }
Public ReadOnly Property IsPrimary As Boolean
	Get
public:
property bool IsPrimary {
	bool get ();
}
member IsPrimary : bool with get

Property Value

Boolean
See Also