LayersMove moves curIndex layer to the position specified in newIndex.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void LayersMove( int curIndex, int newIndex )
Public Sub LayersMove ( _ curIndex As Integer, _ newIndex As Integer _ )
public: void LayersMove( int curIndex, int newIndex )
Parameters
- curIndex
- Int32
source layer index
- newIndex
- Int32
destination layer index