Share

ProfileCriteriaCollection.Add Method

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



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

Syntax

C#

public void Add(
	ObjectId profileId,
	HatchCriteriaBoundaryType type
)

VB

Public Sub Add ( 
	profileId As ObjectId,
	type As HatchCriteriaBoundaryType
)

C++

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

Reference

Was this information helpful?