<Code Lib>
2027 Method
Changes 0
M

View.SetNonControlledTemplateParameterIds

Description:
Sets the parameters that will not be included when this view is used as a template.
Remarks:
This should be a subset of the parameters returned by GetTemplateParameterIds() (other parameters will be ignored).

public void SetNonControlledTemplateParameterIds(
	ICollection<ElementId> newSet
)

  • ICollection<ElementId>
    newSet
    The parameter ids that should not be marked to be included.

Loading…