Gets the length of direction arrow.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public PropertyDouble LengthOrMinimumLength { get; }
Visual Basic
Public ReadOnly Property LengthOrMinimumLength As PropertyDouble
	Get
Visual C++
public:
property PropertyDouble^ LengthOrMinimumLength {
	PropertyDouble^ get ();
}

Remarks

If the FixedLength set to true,it get the length of direction arrow's fixed length.. If the FixedLength set to false, it get the minimum length for direction arrow.

See Also