ProfileCriteriaCollection Class

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.292
Syntax
public sealed class ProfileCriteriaCollection : [T:Autodesk.Civil.CivilWrapper<AeccDbGraphProfile>], 
	IEnumerable<ProfileCriteria>

The ProfileCriteriaCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of ProfileCriteria objects in the collection.
Public propertyItem 
Top
Methods
 NameDescription
Public methodAdd Adds an Autodesk.Civil.DatabaseServices.ProfileCriteria to the collection.
Public methodGetEnumerator Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
Public methodGetObjectEnumerator Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
Public methodRemoveAt Removes an Autodesk.Civil.DatabaseServices.ProfileCriteria from the collection.
Top
See Also