Add Method

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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