CorridorSurfaceCollectionRemove(CorridorSurface) Method

Removes the given CorridorSurface.

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

Parameters

corridorSurface  CorridorSurface
The CorridorSurface object to be removed.

Return Value

Boolean
See Also