Swaps the content of two layers.

Note: Both layers must be of the same Kind type

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Swap(
	IELayer otherLayer
)
Public Sub Swap ( _
	otherLayer As IELayer _
)
public:
void Swap(
	IELayer^ otherLayer
)

Parameters

otherLayer
IELayer
Other layer to swap

See Also