Share

GradingCriteriaSet Class

A set of multiple related GradingCriteria objects.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Autodesk.Civil.DatabaseServicesDBObject
              Autodesk.Civil.DatabaseServices.StylesStyleBase
                Autodesk.Civil.DatabaseServices.StylesGradingCriteriaSet


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

Syntax

C#

public sealed class GradingCriteriaSet : StyleBase

VB

Public NotInheritable Class GradingCriteriaSet
	Inherits StyleBase

C++

public ref class GradingCriteriaSet sealed : public StyleBase

The GradingCriteriaSet type exposes the following members.

Properties

 NameDescription
Public propertyApplication Gets the Application associated with the DBObject. Not implemented.
(Inherited from DBObject)
Public propertyCount Gets the number of grading criteria in the current grading criteria set.
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 propertyIsUsed Gets whether the style is used by other objects in the current drawing.
(Inherited from DBObject)
Public propertyItemInt32 
Public propertyItemString 
Public propertyModifiedByGets the "Modified by" string for the style.
(Inherited from StyleBase)
Public propertyNameSets the "Name" string for the style.
(Inherited from StyleBase)

Methods

 NameDescription
Public methodAddCriteria Add a new grading criteria to the current set.
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 methodGradingCriteriaIds Gets the objectId collection of all grading criteria objects in the set.
Public methodMoveCriteria(ObjectId, ObjectId) Move a grading criteria from the current grading criteria set to another set by object id.
Public methodMoveCriteria(String, String) Move a grading criteria from the current grading criteria set to another set by name.
Public methodRemoveCriteria(Int32) Removes a grading criteria by index from the current grading criteria set.
Public methodRemoveCriteria(String) Removes a grading criteria by name from the current grading criteria set.

See Also

Reference

Was this information helpful?