XSIApplication.GetShaderDef operator

Introduced

v9.0 (2011)

Categories

ICE Shaders

Description

Returns a shader definition matching the specified ShaderDef.ProgID.

Scripting Syntax

oReturn = XSIApplication.GetShaderDef( in_strProgID );

Return Value

ShaderDef

Parameters

Parameter Type Description
in_strProgID String The ProgID of the shader definition (for example, "Softimage.material-phong.1.0").

See Also

ShaderDef.ProgID XSIApplication.ShaderDefinitions