Verifies that the input can be used as a default template for this view type.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsValidDefaultTemplate(
ElementId templateId
)
Parameters
- templateId ElementId
-
Id to be validated as default template.
Return Value
Boolean
True if %templateId% is valid as default template, false otherwise.
Exceptions
Remarks
The id must represent a template view that is compatible with this view type, or InvalidElementId.
See Also
Reference