Eyeshot 9.0 WinForms API Reference
Layer Constructor(String,Color,Boolean)

WinForms Assembly > devDept.Eyeshot Namespace > Layer Class > Layer Constructor : Layer Constructor(String,Color,Boolean)
Layer name
Layer color
Layer status (On/Off)
Name color and visible constructor. Layer's material is created automatically using the provided color.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal color As Color, _
   ByVal visible As Boolean _
)
public Layer( 
   string name,
   Color color,
   bool visible
)

Parameters

name
Layer name
color
Layer color
visible
Layer status (On/Off)
See Also

Reference

Layer Class
Layer Members
Overload List