Revit 2025.3 API
View |
Identifies whether or not the view sheet represents a placeholder sheet.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsPlaceholder { get; }
Public ReadOnly Property IsPlaceholder As Boolean Get
public: property bool IsPlaceholder { bool get (); }
member IsPlaceholder : bool with get
Property Value
BooleanSee Also