RVTDocs.com
Namespace: Autodesk.Revit.DB Class: BaseArray

BaseArray.Label

Property
Description:
The family parameter label of the BaseArray.
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 null.
Syntax
public FamilyParameter Label { get; set; }
Exceptions
Exception Condition
ArgumentException Thrown when the family parameter's ParameterType is not ParameterType.Integer.
InvalidOperationException Thrown when trying to label the BaseArray out of family document.