View.IsTemplate Property

ViewIsTemplate Property

Test whether the view is a view template.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public 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