ProfileHatchAreaCollectionRemove Method |
Removes an Autodesk.Civil.DatabaseServices.ProfileHatchArea by the hatch area name from the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void Remove(
string hatchAreaName
)
Public Sub Remove (
hatchAreaName As String
)
public:
void Remove(
String^ hatchAreaName
)
Parameters
- hatchAreaName String
- Profile hatch area name to remove.
See Also