2027 Property
Changes 0
P

View.ViewTemplateId

Description:
The id of the template view that controls this view's parameters.
Remarks:
Parameters controlled by the template cannot be changed directly in this view. Any change to controlled parameters in the template will cause change of the corresponding parameters in this view. Use GetTemplateParameterIds() on the template view to get a list of all template parameters. Use GetNonControlledTemplateParameterIds() on the template view to get parameters that are not controlled by the template.
public ElementId ViewTemplateId { get; set; }