Eyeshot 10 WinForms API Reference
Add(Layer,Int32) Method

WinForms Assembly > devDept.Eyeshot.Translators Namespace > LayerListWithMapping Class > Add Method : Add(Layer,Int32) Method
The layer
The index of the layer to add
Adds a layer saving its index in a dictionary that keeps the relation between the original index and the new index.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal layer As Layer, _
   ByVal originalLayerIndex As Integer _
) 
public void Add( 
   Layer layer,
   int originalLayerIndex
)

Parameters

layer
The layer
originalLayerIndex
The index of the layer to add
See Also

Reference

LayerListWithMapping Class
LayerListWithMapping Members
Overload List