Note: This API is now obsolete.
Gets the length of line component.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.LabelStyleLineComponent.StyleLine.FixedLength instead.", false)] public PropertyDouble Length { get; }
VB
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.LabelStyleLineComponent.StyleLine.FixedLength instead.", false)> Public ReadOnly Property Length As PropertyDouble Get
C++
public: [ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.Styles.LabelStyleLineComponent.StyleLine.FixedLength instead.", false)] property PropertyDouble^ Length { PropertyDouble^ get (); }