Sets the parameters that will not be included when this view is used as a template.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 
   2013
 Syntax
Syntax
| C# | 
|---|
| public void SetNonControlledTemplateParameterIds(
	ICollection<ElementId> newSet
) | 
| Visual Basic | 
|---|
| Public Sub SetNonControlledTemplateParameterIds ( _
	newSet As ICollection(Of ElementId) _
) | 
| Visual C++ | 
|---|
| public:
void SetNonControlledTemplateParameterIds(
	ICollection<ElementId^>^ newSet
) | 
Parameters
- newSet
- Type: System.Collections.Generic..::..ICollection<(Of <(<'ElementId>)>)>
 The parameter ids that should not be marked to be included.
Remarks
 Exceptions
Exceptions
 See Also
See Also