Swap Method

Switchs the position of band item by index.

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

Syntax

C#

public void Swap(
	int index1,
	int index2
)

Visual Basic

Public Sub Swap ( _
	index1 As Integer, _
	index2 As Integer _
)

Visual C++

public:
void Swap(
	int index1, 
	int index2
)

Parameters

index1
Type: System.Int32
index2
Type: System.Int32

See Also