Returns a list of parameters that are not marked as included when this view is used as a template.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.0.0.0)
Since:
2013
Syntax
C# |
---|
public ICollection<ElementId> GetNonControlledTemplateParameterIds() |
Visual Basic |
---|
Public Function GetNonControlledTemplateParameterIds As ICollection(Of ElementId) |
Visual C++ |
---|
public:
ICollection<ElementId^>^ GetNonControlledTemplateParameterIds() |
Return Value
The parameter ids that are not marked to be included.
Remarks
See Also