The ProfileCriteria collection class represents the collection of all criteria in the hatch area. Criteria define the profiles that set the upper and lower boundaries of the hatch area.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbGraphProfile>]
Autodesk.Civil.DatabaseServicesProfileCriteriaCollection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class ProfileCriteriaCollection : [T:Autodesk.Civil.CivilWrapper<AeccDbGraphProfile>], IEnumerable<ProfileCriteria>
VB
Public NotInheritable Class ProfileCriteriaCollection Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbGraphProfile>] Implements IEnumerable(Of ProfileCriteria)
C++
public ref class ProfileCriteriaCollection sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbGraphProfile>], IEnumerable<ProfileCriteria^>
The ProfileCriteriaCollection type exposes the following members.
Properties
Methods
Name | Description | |
---|---|---|
![]() | Add | Adds an Autodesk.Civil.DatabaseServices.ProfileCriteria to the collection. |
![]() | GetEnumerator | Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection. |
![]() | GetObjectEnumerator | Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection. |
![]() | RemoveAt | Removes an Autodesk.Civil.DatabaseServices.ProfileCriteria from the collection. |