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.280
Syntax
C#
public sealed class StyleGeneral : [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleRadialLine>]
VB
Public NotInheritable Class StyleGeneral Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleRadialLine>]
C++
public ref class StyleGeneral sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleRadialLine>]
The LabelStyleLineComponentStyleGeneral type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | EndAnchorPoint | Gets the location on the end point anchor component where the end point of the line component is attached. |
![]() | EndPointAnchorComponent | Gets a reference object for positioning the end point of the line component. |
![]() | EndPointAnchorPoint | Obsolete. Gets the location on the end point anchor component where the end point of the line component is attached. |
![]() | Name | Gets the name for line component. |
![]() | StartAnchorPoint | Gets the location on the start point anchor component where the start point of the line component is attached. |
![]() | StartPointAnchorComponent | Gets a reference object for positioning the start point of the line component. |
![]() | StartPointAnchorPoint | Obsolete. Gets the location on the start point anchor component where the start point of the line component is attached. |
![]() | UsedIn | 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. |
![]() | UseEndPointAnchor | Gets the method for defining the line component. |
![]() | Visible | Gets whether the line component is visible in the label style. |