GradingStyle Class

Specifies default display and other characteristics for grading features when they are created.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Autodesk.Civil.DatabaseServicesDBObject
              Autodesk.Civil.DatabaseServices.StylesStyleBase
                Autodesk.Civil.DatabaseServices.StylesGradingStyle

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

The GradingStyle type exposes the following members.

Properties
 NameDescription
Public propertyApplication Gets the Application associated with the DBObject. Not implemented.
(Inherited from DBObject)
Public propertyCenterMarker Gets or Sets the MarkerSizeType enum value that specifies the size of the marker and how it is calculated.
Public propertyCreateByGets or Sets the "Created by" string for the style.
(Inherited from StyleBase)
Public propertyDateCreatedGets the "Date created" string for the style.
(Inherited from StyleBase)
Public propertyDateModifiedGets the "Date modified" string for the style.
(Inherited from StyleBase)
Public propertyDescription Gets or sets the description.
(Inherited from DBObject)
Public propertyDocument Gets the Document associated with the DBObject. Not implemented.
(Inherited from DBObject)
Public propertyFixedSize Gets or sets the marker size that is specified in the current drawing units (usually feet or meters).
Public propertyIsUsed Gets whether the style is used by other objects in the current drawing.
(Inherited from DBObject)
Public propertyModifiedByGets the "Modified by" string for the style.
(Inherited from StyleBase)
Public propertyNameSets the "Name" string for the style.
(Inherited from StyleBase)
Public propertyPercentageOfScreen Gets or sets the current zoom level of the marker size.
Public propertyPlottedSize Gets or sets the marker size that is based on the current drawing scale(inches or millimeters).
Public propertySlopePatternStyleId Gets or sets the object id of the slope pattern style for the grading style.
Public propertySlopePatternStyleName Gets or sets the name of the slope pattern style for the grading style.
Public propertySlopeRangeMax Gets or sets the maximum value of the slope value.
Public propertySlopeRangeMin Gets or sets the minimum value of the slope value.
Public propertyUseSlopePatternStyle Gets or sets a bool value that specifies whether use a slope pattern style for the grading style.
Public propertyUseSlopeRange Gets or sets a bool value that specifies whether the slope pattern is applied to a limited range of slope values.
Top
Methods
 NameDescription
Public methodCopyAsSibling Copy the current style and add it to the parent node as a sibling.
(Inherited from StyleBase)
Public methodExportTo(Database, StyleConflictResolverType) Exports the current style to another drawing.
(Inherited from StyleBase)
Public methodGetDisplayStyleModel Gets the DisplayStyle object that specifies the grading component Model display color, layer, linetype, etc.
Public methodGetDisplayStylePlan Gets the DisplayStyle object that specifies the grading component Plan display color, layer, linetype, etc.
Top
See Also