Eyeshot 10 WinForms API Reference
Add(String) Method

WinForms Assembly > devDept.Eyeshot Namespace > LayerList Class > Add Method : Add(String) Method
The layer name
Adds one Layer at the end of this collection.
Syntax
'Declaration
 
Public Overloads Overridable Function Add( _
   ByVal layerName As String _
) As Integer
public virtual int Add( 
   string layerName
)

Parameters

layerName
The layer name

Return Value

The layer index.
See Also

Reference

LayerList Class
LayerList Members
Overload List