LabelStyleLineComponentStyleLine Class

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.292
Syntax
public sealed class StyleLine : [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleRadialLine>]

The LabelStyleLineComponentStyleLine type exposes the following members.

Properties
 NameDescription
Public propertyAngle Gets the angle of the line component from the start point.
Public propertyColor Gets the color of the line component.
Public propertyEndPointXOffset Gets the offsets the line end point from the end point anchor point in the X direction.
Public propertyEndPointYOffset Gets the offsets the line end point from the end point anchor point in the Y direction.
Public propertyFixedLength Gets the length of line component, if the LengthType is fixed.
Public propertyLengthObsolete.
Gets the length of line component.
Public propertyLengthType Gets the enumeration value that specifies how to define the length of the label line component.
Public propertyLinetype Gets the line type of the line component.
Public propertyLineweight Gets the line weight of the line component.
Public propertyPercentLength 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.
Public propertyStartPointXOffset Gets the offsets the line start point from the start point anchor point in the X direction.
Public propertyStartPointYOffset Gets the offsets the line start point from the start point anchor point in the Y direction.
Top
See Also