ProfileHatchAreaCollectionRemove Method

Removes an Autodesk.Civil.DatabaseServices.ProfileHatchArea by the hatch area name from the collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public void Remove(
	string hatchAreaName
)

Parameters

hatchAreaName  String
Profile hatch area name to remove.
See Also