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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public void Add(
	ObjectId profileId,
	HatchCriteriaBoundaryType type
)
Visual Basic
Public Sub Add ( _
	profileId As ObjectId, _
	type As HatchCriteriaBoundaryType _
)
Visual C++
public:
void Add(
	ObjectId profileId, 
	HatchCriteriaBoundaryType type
)

Parameters

profileId
Type: ObjectId
The profile id of the hatch area criteria.
type
Type: Autodesk.Civil.DatabaseServices..::..HatchCriteriaBoundaryType
The profile hatch area criteria's boundary type.

See Also