Verifies that the input can be used as a default template for this view type.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2013
Syntax
| C# |
|---|
public bool IsValidDefaultTemplate( ElementId templateId ) |
| Visual Basic |
|---|
Public Function IsValidDefaultTemplate ( _ templateId As ElementId _ ) As Boolean |
| Visual C++ |
|---|
public: bool IsValidDefaultTemplate( ElementId^ templateId ) |
Parameters
- templateId
- Type: Autodesk.Revit.DB..::..ElementId
Id to be validated as default template.
Return Value
True if %templateId% is valid as default template, false otherwise.
Remarks
The id must represent a template view that is compatible with this view type, or InvalidElementId.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |