Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / Material Class / Material Constructor / Material Constructor(String)
The material name.

In This Topic
    Material Constructor(String)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String _
    )
    public Material( 
       string name
    )

    Parameters

    name
    The material name.
    See Also