Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Layer Class / Layer Constructor / Layer Constructor(String,Color,Boolean)
Layer name
Layer color
Layer status (On/Off)

In This Topic
    Layer Constructor(String,Color,Boolean)
    In This Topic
    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