Share

CorridorSurfaceCollection.Remove(CorridorSurface) Method

Removes the given CorridorSurface.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public bool Remove(
	CorridorSurface corridorSurface
)

VB

Public Function Remove ( 
	corridorSurface As CorridorSurface
) As Boolean

C++

public:
bool Remove(
	CorridorSurface^ corridorSurface
)

Parameters

corridorSurface  CorridorSurface
The CorridorSurface object to be removed.

Return Value

Boolean

See Also

Reference

Was this information helpful?