BandSetItemCollectionSwap Method

Switchs the position of band item by index.

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

Parameters

index1  Int32
 
index2  Int32
 
See Also