The family parameter label of the dimension.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public FamilyParameter FamilyLabel { get; set; }
Property Value
FamilyParameterExceptions
| Exception | Condition |
|---|---|
| ArgumentException | Thrown when the family parameter's ParameterType is not suitable for this dimension. |
| InvalidOperationException | Thrown when dimension can not be labeled. |
| InvalidOperationException | Thrown when failed to get the BuiltInParameter DIM_LABEL. |
