Gets access to the current layer info.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IELayer CurrentLayer { get; }
Public ReadOnly Property CurrentLayer As IELayer
	Get
public:
property IELayer^ CurrentLayer {
	IELayer^ get ();
}

See Also