Share

ProfileHatchAreaCollection.Remove 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.280

Syntax

C#

public void Remove(
	string hatchAreaName
)

VB

Public Sub Remove ( 
	hatchAreaName As String
)

C++

public:
void Remove(
	String^ hatchAreaName
)

Parameters

hatchAreaName  String
Profile hatch area name to remove.

See Also

Reference

Was this information helpful?