DimensionSegmentValue Property |
The length of the segment.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic double? Value { get; }
Public ReadOnly Property Value As Double?
Get
public:
property Nullable<double> Value {
Nullable<double> get ();
}
member Value : Nullable<float> with get
Property Value
NullableDouble
See Also