Gets the length of line component.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.LabelStyleLineComponent.StyleLine.FixedLength instead.",
false)]
public PropertyDouble Length { get; } |
| Visual Basic |
|---|
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.LabelStyleLineComponent.StyleLine.FixedLength instead.", _
False)> _
Public ReadOnly Property Length As PropertyDouble
Get |
| Visual C++ |
|---|
public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.Styles.LabelStyleLineComponent.StyleLine.FixedLength instead.",
false)]
property PropertyDouble^ Length {
PropertyDouble^ get ();
} |
See Also