Syntax
Public Sub NewPosResult(Result As VertexFXBridgeAPI.TransResult)
Thisevent is fired when receiving the result from the server after calling the NewPositionmethod.
Parameters
Key | Description |
Result | Result of TypeVertexFXBridgeAPI.TransResult |
Remarks
Use this event to know the result of the new position.
See Also