Share

LabelStyleDirectionArrowComponent.StyleGeneral Class

General style settings for label direction arrow components.

Inheritance Hierarchy

SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleVectorArrow>]
    Autodesk.Civil.DatabaseServices.StylesLabelStyleDirectionArrowComponentStyleGeneral


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

Syntax

C#

public sealed class StyleGeneral : [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleVectorArrow>]

VB

Public NotInheritable Class StyleGeneral
	Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleVectorArrow>]

C++

public ref class StyleGeneral sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleVectorArrow>]

The LabelStyleDirectionArrowComponentStyleGeneral type exposes the following members.

Properties

 NameDescription
Public propertyAnchorComponent Gets a reference object for positioning the point of the direction arrow component.
Public propertyAnchorLocation Gets the location on the anchor component where the point of the block component is attached.
Public propertyAnchorPointObsolete.
Gets the location on the anchor component where the point of the direction arrow component is attached.
Public propertyName Gets the name for direction arrow component.
Public propertySpanOutsideSegments Gets whether this component refers to the properties of outside segments.
Public propertyUsedIn Gets the display mode in which the component is used;for example if this is set to label, only display the component when display mode is set to label.
Public propertyVisible Gets whether the direction arrow component is visible in the label style.

See Also

Reference

Was this information helpful?