ShaderballOptions.Dimension
 
 
 

ShaderballOptions.Dimension operator

Introduced

v9.0 (2011)

Description

Returns or sets one of the siShaderballDimension enum values that determines what dimensions the shaderball supports.

C# Syntax

// get accessor
siShaderballDimension rtn = ShaderballOptions.Dimension;
// set accessor
ShaderballOptions.Dimension = siShaderballDimension;