SoTrackerReaderGetPosition Method (Int32, Single) |
Gets the position values for the sensor identified by id.
Namespace: OIV.ScaleViz.InteractionAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void GetPosition(
int id,
float[] pos
)
Public Sub GetPosition (
id As Integer,
pos As Single()
)
public:
void GetPosition(
int id,
array<float>^ pos
)
member GetPosition :
id : int *
pos : float32[] -> unit
Parameters
- id
- Type: SystemInt32
- pos
- Type: SystemSingle
Remarks
See Also