Eyeshot 9.0 WPF API Reference
Add(String,Color) Method

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

Parameters

layerName
The layer name
color
The layer color

Return Value

The layer index.
See Also

Reference

LayerList Class
LayerList Members
Overload List