| SoTrackerReader Constructor |
Namespace: OIV.ScaleViz.InteractionAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.38.0 (9.9.38.0)
Syntaxpublic SoTrackerReader(
int name_27995
)
Public Sub New (
name_27995 As Integer
)
public:
SoTrackerReader(
int name_27995
)
new :
name_27995 : int -> SoTrackerReaderParameters
- name_27995
- 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