FamilyParameterAssociatedParameters Property |
The parameters from elements in the family which are associated to this parameter.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic ParameterSet AssociatedParameters { get; }
Public ReadOnly Property AssociatedParameters As ParameterSet
Get
public:
property ParameterSet^ AssociatedParameters {
ParameterSet^ get ();
}
member AssociatedParameters : ParameterSet with get
Property Value
ParameterSet
See Also