DesignOptionIsPrimary Property |
Determines whether this is a primary design option.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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