Sets the parameters that will not be included when this view is used as a template.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetNonControlledTemplateParameterIds(
ICollection<ElementId> newSet
)
Parameters
- newSet ICollection<ElementId>
-
The parameter ids that should not be marked to be included.
Exceptions
Remarks
This should be a subset of the parameters returned by
GetTemplateParameterIds() (other parameters will be ignored).
See Also
Reference