Share

FamilyManager.Parameters Property

All family parameters in this family.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public FamilyParameterSet Parameters { get; }

Property Value

FamilyParameterSet

Remarks

These parameters will include the 'family parameter', 'shared parameter' and 'builtIn parameter' binding to the family types. Some parameters might be created as placeholders without a currently assigned value.

See Also

Reference

Was this information helpful?