| Revit 2022 API |
| ViewSheet..::..IsPlaceholder Property |
| ViewSheet Class See Also |
Identifies whether or not the view sheet represents a placeholder sheet.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.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 (); } |