LabelStyleTextForEachComponentStyleText Class

Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleText>]
    Autodesk.Civil.DatabaseServices.StylesLabelStyleTextComponentStyleText
      Autodesk.Civil.DatabaseServices.StylesLabelStyleTextForEachComponentStyleText

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class StyleText : LabelStyleTextComponentStyleText

The LabelStyleTextForEachComponentStyleText type exposes the following members.

Properties
 NameDescription
Public propertyAngle Gets the angle of the text comonent from the start point.
(Inherited from LabelStyleTextComponentStyleText)
Public propertyAttachment Gets the point, calculated based on a rectangle that encompasses the text component, where the text component is attached to the anchor point
(Inherited from LabelStyleTextComponentStyleText)
Public propertyColor Gets the color of the text component.
(Inherited from LabelStyleTextComponentStyleText)
Public propertyContents Gets the contents for text component.
(Inherited from LabelStyleTextComponentStyleText)
Public propertyCurveContents Gets the curve contents for a text component.
Public propertyHeight Gets the height for text component.
(Inherited from LabelStyleTextComponentStyleText)
Public propertyLineweight Gets the line weight of the line component.
(Inherited from LabelStyleTextComponentStyleText)
Public propertyMaxWidth Gets the maximum width for text component.
(Inherited from LabelStyleTextComponentStyleText)
Public propertySpiralContents Gets the spiral contents for a text component.
Public propertyXOffset Gets the text component away from an object in the X direction.
(Inherited from LabelStyleTextComponentStyleText)
Public propertyYOffset Gets the text component away from an object in the Y direction.
(Inherited from LabelStyleTextComponentStyleText)
Top
See Also