Click or drag to resize
SoDirectVizManagerSetCacheDirectory Method

Specifies cache directory (it must be an absolute path).

Namespace: OIV.DirectViz
Assembly: OIV.DirectViz (in OIV.DirectViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public void SetCacheDirectory(
	string directory
)

Parameters

directory
Type: SystemString
Remarks

The initial value can be set using the environment variable DIRECTVIZ_CACHE_DIR. See SoPreferences.

See Also