ViewSheetIsPlaceholder Property |
Identifies whether or not the view sheet represents a placeholder sheet.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool IsPlaceholder { get; }
Public ReadOnly Property IsPlaceholder As Boolean
Get
public:
property bool IsPlaceholder {
bool get ();
}
member IsPlaceholder : bool with get
Property Value
Boolean
See Also