ViewFamilyType.DefaultTemplateId Property

ViewFamilyTypeDefaultTemplateId 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; }
Public Property DefaultTemplateId As ElementId
	Get
	Set
public:
property ElementId^ DefaultTemplateId {
	ElementId^ get ();
	void set (ElementId^ value);
}
member DefaultTemplateId : ElementId with get, set

Property Value

ElementId
Exceptions
ExceptionCondition
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.
See Also