Eyeshot 10 WinForms API Reference
Add(String,Material) Method

WinForms Assembly > devDept.Eyeshot Namespace > MaterialDictionary Class > Add Method : Add(String,Material) Method
The material name
The devDept.Graphics.Material to be added
Adds one devDept.Graphics.Material to this dictionary.
Syntax
'Declaration
 
Public Overloads Shadows Sub Add( _
   ByVal name As String, _
   ByVal item As Material _
) 
public new void Add( 
   string name,
   Material item
)

Parameters

name
The material name
item
The devDept.Graphics.Material to be added
See Also

Reference

MaterialDictionary Class
MaterialDictionary Members
Overload List