Skip to content

ViewFamilyType.DefaultTemplateId

Public Property

The default template id assigned to this view type.

Namespace: Autodesk.Revit.DB

Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public ElementId DefaultTemplateId { get; set; }

Property Value

ElementId

Exceptions

Exception

Condition


ArgumentException

When setting this property: val is not valid as a default template id.


ArgumentNullException

When setting this property: A non-optional argument was null


Remarks

This value will be the view template for all newly created instances of this view type.