Share

BandSetItemCollection.Swap Method

Switchs the position of band item by index.



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

Syntax

C#

public void Swap(
	int index1,
	int index2
)

VB

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

C++

public:
void Swap(
	int index1, 
	int index2
)

Parameters

index1  Int32
 
index2  Int32
 

See Also

Reference

Was this information helpful?