| Revit 2019.2 API |
| FamilyParameter..::..AssociatedParameters Property |
| FamilyParameter Class See Also |
The parameters from elements in the family which are associated to this parameter.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Syntax
| C# |
|---|
public ParameterSet AssociatedParameters { get; } |
| Visual Basic |
|---|
Public ReadOnly Property AssociatedParameters As ParameterSet Get |
| Visual C++ |
|---|
public: property ParameterSet^ AssociatedParameters { ParameterSet^ get (); } |