Checks to see if this is default template for the given panel schedule type.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public bool IsDefault { get; } |
Visual Basic |
---|
Public ReadOnly Property IsDefault As Boolean Get |
Visual C++ |
---|
public: property bool IsDefault { bool get (); } |