Creates a new layer from current selection.

This is useful, for example, to implement typical copy/paste selections.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IELayer LayersCreateFromSelection()
Public Function LayersCreateFromSelection As IELayer
public:
IELayer^ LayersCreateFromSelection()

Return Value

Returns the new created layer.

See Also