Share

Dimension.ValueString Property

The dimension value as a user visible string.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public string ValueString { get; }

Property Value

String

Remarks

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

See Also

Reference

Was this information helpful?