Click or drag to resize
SoControllerReader Constructor

Constructor.

Namespace: OIV.ScaleViz.Interaction
Assembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoControllerReader(
	int name_10500
)

Parameters

name_10500
Type: SystemInt32
Remarks

The argument passed to the constructor is the shared memory key used by trackd. The constructor dynamically loads trackdAPI into memory, and gets the necessary function addresses.

See Also