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