The family parameter label of the BaseArray.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
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. |
