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