BandSetItemCollectionSwap Method |
Switchs the position of band item by index.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void Swap(
int index1,
int index2
)
Public Sub Swap (
index1 As Integer,
index2 As Integer
)
public:
void Swap(
int index1,
int index2
)
Parameters
- index1 Int32
-
- index2 Int32
-
See Also