LabelStyleLineComponentStyleGeneral Class

General style settings for line labels.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleRadialLine>]
    Autodesk.Civil.DatabaseServices.StylesLabelStyleLineComponentStyleGeneral

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class StyleGeneral : [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleRadialLine>]

The LabelStyleLineComponentStyleGeneral type exposes the following members.

Properties
 NameDescription
Public propertyEndAnchorPoint Gets the location on the end point anchor component where the end point of the line component is attached.
Public propertyEndPointAnchorComponent Gets a reference object for positioning the end point of the line component.
Public propertyEndPointAnchorPointObsolete.
Gets the location on the end point anchor component where the end point of the line component is attached.
Public propertyName Gets the name for line component.
Public propertyStartAnchorPoint Gets the location on the start point anchor component where the start point of the line component is attached.
Public propertyStartPointAnchorComponent Gets a reference object for positioning the start point of the line component.
Public propertyStartPointAnchorPointObsolete.
Gets the location on the start point anchor component where the start point of the line component is attached.
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 propertyUseEndPointAnchor Gets the method for defining the line component.
Public propertyVisible Gets whether the line component is visible in the label style.
Top
See Also