Click or drag to resize
SoLDMResourceManagerSetMaxVViz2DTextures Method

Sets maximum global numbers of 2D Textures allowed to be displayed.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static void SetMaxVViz2DTextures(
	int numTextures
)

Parameters

numTextures
Type: SystemInt32
Remarks

The sum of each number of 2D textures allowed per data set (see SoLDMResourceParameters max2DTextures field) must be less or equal than #getMaxVVizGlobal2DTextures

See Also