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.8.0.292
Syntax
public void Remove(
	string hatchAreaName
)

Parameters

hatchAreaName  String
Profile hatch area name to remove.
See Also