Direction arrow style settings for label direction arrow components.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleVectorArrow>]
Autodesk.Civil.DatabaseServices.StylesLabelStyleDirectionArrowComponentStyleDirectionArrow
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public sealed class StyleDirectionArrow : [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleVectorArrow>]
VB
Public NotInheritable Class StyleDirectionArrow Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleVectorArrow>]
C++
public ref class StyleDirectionArrow sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleVectorArrow>]
The LabelStyleDirectionArrowComponentStyleDirectionArrow type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ArrowheadSize | Gets the size of arrow head in plot unit. | |
| ArrowheadStyle | Gets the arrow head style. | |
| Color | Gets the color of direction arrow component. | |
| FixedLength | Gets whether the arrow length is controlled by the length setting or by the length of the object being labeled. | |
| LengthOrMinimumLength | Gets the length of direction arrow. | |
| Linetype | Gets the line type of the direction arrow component. | |
| Lineweight | Gets the line weight of the direction arrow component. | |
| RotationAngle | Gets the angle for direction arrow component. | |
| XOffset | Gets the offset distance between the mid-point of the direction arrow and the anchor component in the X direction. | |
| YOffset | Gets the offset distance between the mid-point of the direction arrow and the anchor component in the Y direction. |
