LabelStyleTextForEachComponentStyleGeneral Class

General style settings for text-for-each label components.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleText>]
    Autodesk.Civil.DatabaseServices.StylesLabelStyleTextComponentStyleGeneral
      Autodesk.Civil.DatabaseServices.StylesLabelStyleTextForEachComponentStyleGeneral

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class StyleGeneral : LabelStyleTextComponentStyleGeneral

The LabelStyleTextForEachComponentStyleGeneral type exposes the following members.

Properties
 NameDescription
Public propertyAnchorComponent Gets a reference object for positioning the point of the text component.
(Inherited from LabelStyleTextComponentStyleGeneral)
Public propertyAnchorLocation Gets the location on the anchor component where the point of the block component is attached.
(Inherited from LabelStyleTextComponentStyleGeneral)
Public propertyAnchorPointObsolete.
Gets the location on the anchor component where the point of the text component is attached.
(Inherited from LabelStyleTextComponentStyleGeneral)
Public propertyName Gets the name for text component.
(Inherited from LabelStyleTextComponentStyleGeneral)
Public propertySpanOutsideSegments Gets whether this component refers to the properties of outside segments.
(Inherited from LabelStyleTextComponentStyleGeneral)
Public propertyTextForEach Gets the text component to output the specified content for each item in the specified collection.
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.
(Inherited from LabelStyleTextComponentStyleGeneral)
Public propertyVisible Gets whether the text component is visible in the label style.
(Inherited from LabelStyleTextComponentStyleGeneral)
Top
See Also