Line style settings for line labels.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleRadialLine>]
Autodesk.Civil.DatabaseServices.StylesLabelStyleLineComponentStyleLine
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class StyleLine : [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleRadialLine>]
VB
Public NotInheritable Class StyleLine Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleRadialLine>]
C++
public ref class StyleLine sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleRadialLine>]
The LabelStyleLineComponentStyleLine type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Angle | Gets the angle of the line component from the start point. |
![]() | Color | Gets the color of the line component. |
![]() | EndPointXOffset | Gets the offsets the line end point from the end point anchor point in the X direction. |
![]() | EndPointYOffset | Gets the offsets the line end point from the end point anchor point in the Y direction. |
![]() | FixedLength | Gets the length of line component, if the LengthType is fixed. |
![]() | Length | Obsolete. Gets the length of line component. |
![]() | LengthType | Gets the enumeration value that specifies how to define the length of the label line component. |
![]() | Linetype | Gets the line type of the line component. |
![]() | Lineweight | Gets the line weight of the line component. |
![]() | PercentLength | Gets the value of length percent from the start anchor point to the end anchor point for the line component, if the LengthType is percent. |
![]() | StartPointXOffset | Gets the offsets the line start point from the start point anchor point in the X direction. |
![]() | StartPointYOffset | Gets the offsets the line start point from the start point anchor point in the Y direction. |