Share

LabelStyleDirectionArrowComponent.StyleDirectionArrow.LengthOrMinimumLength Property

Gets the length of direction arrow.



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

Syntax

C#

public PropertyDouble LengthOrMinimumLength { get; }

VB

Public ReadOnly Property LengthOrMinimumLength As PropertyDouble
	Get

C++

public:
property PropertyDouble^ LengthOrMinimumLength {
	PropertyDouble^ get ();
}

Property Value

PropertyDouble

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

Reference

Was this information helpful?