MultiReferenceAnnotationTypeShowDimensionText Property

Controls if text from the multi-reference annotation's dimension will be shown.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool ShowDimensionText { get; set; }

Property Value

Boolean
When false, all dimension text including segment values will be hidden. When true, all dimension text will be shown.
See Also