A collection of GradingCriteriaSet objects.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
TreeOidWrapper
Autodesk.Civil.DatabaseServicesTreeNodeCollectionBase
Autodesk.Civil.DatabaseServices.StylesStyleCollectionBase
Autodesk.Civil.DatabaseServices.StylesGradingCriteriaSetCollection
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class GradingCriteriaSetCollection : StyleCollectionBase
VB
Public NotInheritable Class GradingCriteriaSetCollection Inherits StyleCollectionBase
C++
public ref class GradingCriteriaSetCollection sealed : public StyleCollectionBase
The GradingCriteriaSetCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of objects in the collection.
(Inherited from TreeNodeCollectionBase) |
![]() | ItemInt32 | (Inherited from StyleCollectionBase) |
![]() | ItemString | (Inherited from StyleCollectionBase) |
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds a GradingCriteriaSet to the collection by name.
(Overrides StyleCollectionBaseAdd(String)) |
![]() | Contains(ObjectId) |
Determines whether an element specified by ObjectId is in the collection.
(Inherited from TreeNodeCollectionBase) |
![]() | Contains(String) |
Determines whether an element is in the collection by its name.
(Inherited from TreeNodeCollectionBase) |
![]() | GetEnumerator |
Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection.
(Inherited from TreeNodeCollectionBase) |
![]() | GetObjectEnumerator |
Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
(Inherited from TreeNodeCollectionBase) |
![]() | Remove(Int32) |
Removes a style by index from the collection.
(Inherited from StyleCollectionBase) |
![]() | Remove(String) |
Removes a style by name from the collection.
(Inherited from StyleCollectionBase) |
![]() | Remove(StyleBase) | Obsolete. Removes a style by Object from the collection. (Inherited from StyleCollectionBase) |
![]() | ToObjectIds |
Gets the objectId collection of all objects in this collection.
(Inherited from TreeNodeCollectionBase) |