Share

LabelStyleReferenceTextComponent.StyleGeneral Class

General style settings for label reference text components.

Inheritance Hierarchy

SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleText>]
    Autodesk.Civil.DatabaseServices.StylesLabelStyleTextComponentStyleGeneral
      Autodesk.Civil.DatabaseServices.StylesLabelStyleReferenceTextComponentStyleGeneral


Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public sealed class StyleGeneral : LabelStyleTextComponentStyleGeneral

VB

Public NotInheritable Class StyleGeneral
	Inherits LabelStyleTextComponentStyleGeneral

C++

public ref class StyleGeneral sealed : public LabelStyleTextComponentStyleGeneral

The LabelStyleReferenceTextComponentStyleGeneral 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 propertyReferenceTextObjectType Gets the reference text object type.
Public propertySpanOutsideSegments Gets whether this component refers to the properties of outside segments.
(Inherited from LabelStyleTextComponentStyleGeneral)
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)

See Also

Reference

Was this information helpful?