Share

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.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

 NameDescription
Public propertyCount Gets the number of ProfileCriteria objects in the collection.
Public propertyItem 

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.

See Also

Reference

Was this information helpful?