BandSetItemCollectionSwap Method

Switchs the position of band item by index.

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

Parameters

index1  Int32
 
index2  Int32
 
See Also