DimensionValueString Property

The dimension value as a user visible string.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public string ValueString { get; }

Property Value

String
Remarks
This property always return if this is a spot dimension, or it is a linear dimension with more than one segments.
See Also