PhaseFilterIsDefault Property |
Indicates whether this filter is the default one.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsDefault { get; }
Public ReadOnly Property IsDefault As Boolean
Get
public:
property bool IsDefault {
bool get ();
}
member IsDefault : bool with get
Property Value
Boolean
See Also