Gets whether the arrow length is controlled by the length setting or by the length of the object being labeled.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyBoolean FixedLength { get; }
VB
Public ReadOnly Property FixedLength As PropertyBoolean Get
C++
public: property PropertyBoolean^ FixedLength { PropertyBoolean^ get (); }