ProfileCriteriaCollectionAdd Method

Adds an Autodesk.Civil.DatabaseServices.ProfileCriteria to the collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void Add(
	ObjectId profileId,
	HatchCriteriaBoundaryType type
)

Parameters

profileId  ObjectId
The profile id of the hatch area criteria.
type  HatchCriteriaBoundaryType
The profile hatch area criteria's boundary type.
See Also