Test whether the view is a view template.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsTemplate { get; }
Public ReadOnly Property IsTemplate As Boolean
Get
public:
property bool IsTemplate {
bool get ();
}
member IsTemplate : bool with get
Property Value
Boolean
See Also