send Method

Summary

Sends a call back to the server with request information.

Syntax
TypeScript
JavaScript
Object3DEngine.prototype.send = function( 
   requestType, 
   frame, 
   json 
) 
send( 
   requestType: string, 
   frame: SliceFrame, 
   json: string 
): void; 

Parameters

requestType

A string that represents the type of the request.

frame

The frame that sent the request.

json

Additional information (parameters) sent in JSON format.

Remarks

Send internally calls the Request3Ddata event.

Requirements

Target Platforms

Help Version 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.