CorridorSurfaceBoundaryCollectionRemove(String) Method

Removes a CorridorSurfaceBoundary object with the given name.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool Remove(
	string boundaryName
)

Parameters

boundaryName  String
Name of the removed CorridorSurfaceBoundary object.

Return Value

Boolean
See Also