SoControllerReader Constructor |
Namespace: OIV.ScaleViz.InteractionAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoControllerReader(
int name_10500
)
Public Sub New (
name_10500 As Integer
)
public:
SoControllerReader(
int name_10500
)
new :
name_10500 : int -> SoControllerReader
Parameters
- name_10500
- Type: SystemInt32
RemarksThe 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