LabelStylesRoot Class

Root object for accessing all label styles in a CivilDocument.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.DatabaseServices.StylesLabelStylesNode
          Autodesk.Civil.DatabaseServices.StylesLabelStylesRoot

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

The LabelStylesRoot type exposes the following members.

Properties
 NameDescription
Public propertyAlignmentLabelStyles Gets the root of all alignment label styles.
Public propertyCatchmentLabelStyles Gets the root of all catchment label styles.
Public propertyDefaultLabelStyle Gets the default vaules of label styles.
(Inherited from LabelStylesNode)
Public propertyGeneralCurveLabelStyles Gets the collection of all general curve label styles.
Public propertyGeneralLineLabelStyles Gets the collection of all general line label styles.
Public propertyGeneralLinkLabelStyles Gets the collection of all general link label styles.
Public propertyGeneralMarkerLabelStyles Gets the collection of all general marker label styles.
Public propertyGeneralNoteLabelStyles Gets the collection of all general note label styles.
Public propertyGeneralShapeLabelStyles Gets the collection of all general shape label styles.
Public propertyIntersectionLabelStyles Gets the root of all intersection label styles.
Public propertyMatchLineLabelStyles Gets the root of all match line label styles.
Public propertyParcelLabelStyles Gets the root of all parcel label styles.
Public propertyPipeLabelStyles Gets the root of all pipe label styles.
Public propertyPointLabelStyles Gets the root of all point label styles.
Public propertyProfileLabelStyles Gets the root of all profile label styles.
Public propertyProfileViewLabelStyles Gets the root of all profile view label styles.
Public propertyProjectionLabelStyles Gets the root of all projection label styles.
Public propertySampleLineLabelStyles Gets the root of all sample line label styles.
Public propertySectionLabelStyles Gets the root of all section label styles.
Public propertySectionViewLabelStyles Gets the root of all section view label styles.
Public propertyStructureLabelStyles Gets the root of all structure label styles.
Public propertySurfaceLabelStyles Gets the root of all surface label styles.
Public propertyViewFrameLabelStyles Gets the root of all view frame label styles.
Top
Methods
 NameDescription
Public methodGetSurveyLabelStyles Gets the collection of all survey label styles.
Top
Extension Methods
 NameDescription
Public Extension MethodGetPressureAppurtenanceLabelStyles Gets the root of all appurtenance label styles.
(Defined by LabelStylesRootPressurePipesExtension)
Public Extension MethodGetPressureFittingLabelStyles Gets the root of all fitting label styles.
(Defined by LabelStylesRootPressurePipesExtension)
Public Extension MethodGetPressurePipeLabelStyles Gets the root of all pressure pipe label styles.
(Defined by LabelStylesRootPressurePipesExtension)
Top
See Also