Eyeshot 10 WinForms API Reference
DefaultMaterial Property (ViewportLayout)

WinForms Assembly > devDept.Eyeshot Namespace > ViewportLayout Class : DefaultMaterial Property
Gets or sets the default material attributes used by the entities without their own material.
Syntax
'Declaration
 
Public Property DefaultMaterial As Material
public Material DefaultMaterial {get; set;}
Remarks
Only devDept.Graphics.Material.Ambient, devDept.Graphics.Material.Specular and devDept.Graphics.Material.Shininess are used.
See Also

Reference

ViewportLayout Class
ViewportLayout Members
SelectionColor Property