Share

CorridorSurfaceBoundaryCollection.Remove(CorridorSurfaceBoundary) Method

Removes the given CorridorSurfaceBoundary object.



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

Syntax

C#

public bool Remove(
	CorridorSurfaceBoundary boundary
)

VB

Public Function Remove ( 
	boundary As CorridorSurfaceBoundary
) As Boolean

C++

public:
bool Remove(
	CorridorSurfaceBoundary^ boundary
)

Parameters

boundary  CorridorSurfaceBoundary
The removed CorridorSurfaceBoundary object.

Return Value

Boolean

See Also

Reference

Was this information helpful?