Share

BaseArray.Label Property

The family parameter label of the BaseArray.


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

Syntax

C#

public FamilyParameter Label { get; set; }

Property Value

FamilyParameter

Exceptions

ExceptionCondition
ArgumentException Thrown when the family parameter's ParameterType is not ParameterType.Integer.
InvalidOperationException Thrown when trying to label the BaseArray out of family document.

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 nullptr.

See Also

Reference

Was this information helpful?