GradingCriteria Class

Specifies grading criteria (a projection method and target) to create a finished grading surface.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Autodesk.Civil.DatabaseServicesDBObject
              Autodesk.Civil.DatabaseServices.StylesStyleBase
                Autodesk.Civil.DatabaseServices.StylesGradingCriteria

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

The GradingCriteria type exposes the following members.

Properties
 NameDescription
Public propertyApplication Gets the Application associated with the DBObject. Not implemented.
(Inherited from DBObject)
Public propertyCreateByGets or Sets the "Created by" string for the style.
(Inherited from StyleBase)
Public propertyCutSlope Specifies the cut grade value.
Public propertyCutSlopeFormatType Specifies how the cut slope should be represented.
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 propertyDistance Specifies that the grading projection lines will be extended from the footprint until they are match a specified horizontal distance.
Public propertyDistanceProjectionType Specifies the type of projection for the Distance target.
Public propertyDocument Gets the Document associated with the DBObject. Not implemented.
(Inherited from DBObject)
Public propertyElevation Specifies that the grading projection lines will be extended from the footprint until they reach a specified elevation.
Public propertyElevationProjectionType Specifies the type of projection for the Elevation target.
Public propertyFillSlope Specifies the fill grade value.
Public propertyFillSlopeFormatType Specifies how the fill slope should be represented.
Public propertyInteriorCornerOverlap Specifies how interior corner projections are cleaned up when the footprint corner has different elevations.
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 propertyProjectionDistance Specifies the fixed distance from the footprint for the projection.
Public propertyProjectionRelativeElevation Specifies the projection relative elevation.
Public propertyRelativeElevation Specifies that the grading projection lines will be extended from the footprint until they reach an elevation (depth or height) relative to the footprint.
Public propertyRelativeElevationProjectionType Specifies the type of projection for the Relative Elevation target.
Public propertySearchOrder Specifies whether to search first for cut or fill slopes in cases where both would work.
Public propertySlope Specifies the grade value.
Public propertySlopeFormatType Specifies how the slope should be represented.
Public propertySurfaceProjectionType Specifies the type of projection for the Surface target.
Public propertyTarget Specifies the target method for the grading.
Top
Methods
 NameDescription
Public methodCopyAsSibling Copy the current grading criteria and add to the grading criteria set as a sibling.
(Overrides StyleBaseCopyAsSibling(String))
Public methodExportTo(Database, StyleConflictResolverType) Exports the current style to another drawing.
(Inherited from StyleBase)
Top
See Also