StructureColumnComponentsSwitchComponentsOrder Method |
Switch the component data order by index.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic void SwitchComponentsOrder(
int index1,
int index2
)
Public Sub SwitchComponentsOrder (
index1 As Integer,
index2 As Integer
)
public:
void SwitchComponentsOrder(
int index1,
int index2
)
Parameters
- index1 Int32
- The first index of the table cell component data in the collection.
- index2 Int32
- The second index of the table cell component data in the collection.
Exceptions
See Also