LabelStyleDirectionArrowComponentStyleDirectionArrowLengthOrMinimumLength Property |
Gets the length of direction arrow.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PropertyDouble LengthOrMinimumLength { get; }
Public ReadOnly Property LengthOrMinimumLength As PropertyDouble
Get
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