Share

Dimension.ValueString Property

The dimension value as a user visible string.


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

Syntax

C#

public string ValueString { get; }

Property Value

String

Remarks

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

See Also

Reference

Was this information helpful?