BandSetItemCollectionSwap Method

Switchs the position of band item by index.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.6.1987.0
Syntax
public void Swap(
	int index1,
	int index2
)

Parameters

index1  Int32
 
index2  Int32
 
See Also