Share

CorridorSurfaceBoundaryCollection.Remove(String) Method

Removes a CorridorSurfaceBoundary object with the given name.



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

Syntax

C#

public bool Remove(
	string boundaryName
)

VB

Public Function Remove ( 
	boundaryName As String
) As Boolean

C++

public:
bool Remove(
	String^ boundaryName
)

Parameters

boundaryName  String
Name of the removed CorridorSurfaceBoundary object.

Return Value

Boolean

See Also

Reference

Was this information helpful?