RemoveAt Method

Removes CorridorSlopePattern object with the given index.

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

Syntax

C#

public bool RemoveAt(
	int index
)

Visual Basic

Public Function RemoveAt ( _
	index As Integer _
) As Boolean

Visual C++

public:
bool RemoveAt(
	int index
)

Parameters

index
Type: System.Int32

See Also