Index that indicates a material within a MaterialGroup to change color. This property is only used for color animations associated with 3D objects. If this value is -1 (the default), all materials of the MaterialGroup will be animated.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public int MaterialIndex { get; set; }
Visual Basic
Public Property MaterialIndex As Integer
	Get
	Set
JScript
function get MaterialIndex () : int
function set MaterialIndex (value : int)

See Also