Gets the length of line component, if the LengthType is fixed.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyDouble FixedLength { get; }
VB
Public ReadOnly Property FixedLength As PropertyDouble Get
C++
public: property PropertyDouble^ FixedLength { PropertyDouble^ get (); }