GetLayer returns a IELayer object which allows you to control the specified layer properties, as position, transparency, etc.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IELayer GetLayer(
	int index
)
Public Function GetLayer ( _
	index As Integer _
) As IELayer
public:
IELayer^ GetLayer(
	int index
)

Parameters

index
Int32

See Also