Share

View.GetNonControlledTemplateParameterIds Method

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: 26.1.0.0 (26.1.0.34)

Syntax

C#

public ICollection<ElementId> GetNonControlledTemplateParameterIds()

Return Value

ICollection<ElementId>
The parameter ids that are not marked to be included.

Remarks

This is a subset of the parameters returned by GetTemplateParameterIds().

See Also

Reference

Was this information helpful?