Share

LabelStyleDirectionArrowComponent.StyleDirectionArrow Class

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

 NameDescription
Public propertyArrowheadSize Gets the size of arrow head in plot unit.
Public propertyArrowheadStyle Gets the arrow head style.
Public propertyColor Gets the color of direction arrow component.
Public propertyFixedLength Gets whether the arrow length is controlled by the length setting or by the length of the object being labeled.
Public propertyLengthOrMinimumLength Gets the length of direction arrow.
Public propertyLinetype Gets the line type of the direction arrow component.
Public propertyLineweight Gets the line weight of the direction arrow component.
Public propertyRotationAngle Gets the angle for direction arrow component.
Public propertyXOffset Gets the offset distance between the mid-point of the direction arrow and the anchor component in the X direction.
Public propertyYOffset Gets the offset distance between the mid-point of the direction arrow and the anchor component in the Y direction.

See Also

Reference

Was this information helpful?