GfxAttributesColor.GetMaterial Method

Protected Function GetMaterial( _ 
ByVal materials As MaterialKeyedCollection, _ 
ByVal materialName As String, _ 
ByVal color As Color, _ 
ByVal defaultMaterial As Material, _ 
ByVal forceGray As Boolean, _ 
ByVal env As Environment, _ 
ByVal entity As Entity
) As Material
This language is not supported or no code example is available.
protected Material GetMaterial( 
MaterialKeyedCollection materials
string materialName
Color color
Material defaultMaterial
bool forceGray
Environment env
Entity entity 
)
This language is not supported or no code example is available.

Parameters

materials
MaterialKeyedCollection

materialName
string

color
Color

defaultMaterial
Material

forceGray
bool

env
Environment

entity
Entity

Return Value

Material

.NET Framework

Supported in: 4.8

In this article

Definition