G3DPlotStyleCollectionExchangeItemPositions Method |
Exchanges the positions of two plot styles in the collection.
Namespace: Altaxo.Graph.Graph3D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void ExchangeItemPositions(
int pos1,
int pos2
)
Parameters
- pos1 Int32
- The first index.
- pos2 Int32
- The second index.
See Also