v9.0 (2011)
Returns or sets the number of array items that will be instantiated when the shader is connected. This property returns the number as a Long.
// get accessor Int32 rtn = ShaderArrayParamDef.ItemInitialCount; // set accessor ShaderArrayParamDef.ItemInitialCount = Int32; |