The parameters from elements in the family which are associated to this parameter.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
C# |
---|
public ParameterSet AssociatedParameters { get; } |
Visual Basic |
---|
Public ReadOnly Property AssociatedParameters As ParameterSet Get |
Visual C++ |
---|
public: property ParameterSet^ AssociatedParameters { ParameterSet^ get (); } |