Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / LayerEx Class / LayerEx Constructor / LayerEx Constructor(String,Color,String,Single,Boolean,Boolean)

In This Topic
    LayerEx Constructor(String,Color,String,Single,Boolean,Boolean)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal color As Color, _
       ByVal lineTypeName As String, _
       ByVal lineWeight As Single, _
       ByVal visible As Boolean, _
       ByVal locked As Boolean _
    )
    public LayerEx( 
       string name,
       Color color,
       string lineTypeName,
       float lineWeight,
       bool visible,
       bool locked
    )

    Parameters

    name
    color
    lineTypeName
    lineWeight
    visible
    locked
    See Also