Identifies whether or not the view sheet represents a placeholder sheet.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2011
Syntax
C# |
---|
public bool IsPlaceholder { get; } |
Visual Basic |
---|
Public ReadOnly Property IsPlaceholder As Boolean Get |
Visual C++ |
---|
public: property bool IsPlaceholder { bool get (); } |