The name of the property of a meterial that is to change color.
This property is only used for color animations associated with 3D objects.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.306.0 (10.97.306.00)
Syntax
C# |
---|
public string MaterialPropertyName { get; set; } |
Visual Basic |
---|
Public Property MaterialPropertyName As String Get Set |
JScript |
---|
function get MaterialPropertyName () : String function set MaterialPropertyName (value : String) |
Remarks
Usually this property is one of the following string values:
- "Brush" (for diffuse, emissive, and specular materials)
- "Color" (for diffuse, emissive, and specular materials)
- "AmbientColor" (for diffuse materials)