The family parameter label of the BaseArray.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic FamilyParameter Label { get; set; }
Public Property Label As FamilyParameter
Get
Set
public:
property FamilyParameter^ Label {
FamilyParameter^ get ();
void set (FamilyParameter^ value);
}
member Label : FamilyParameter with get, set
Property Value
FamilyParameter
Exceptions
Remarks
The label associates the number of members of the array with a family parameter.
A BaseArray only can be labeled in a family document and only can be labeled to a integer FamilyParameter.
To unbind the family parameter, set this property to .
See Also