This documentation is for the old version. Go to the latest Graphics Mill docs

BaseViewer.returnValue Property

When a remote scripting method is completed, this method returns its return value.

Namespace: GraphicsMill
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Java Script
function get_returnValue();

Property Value

The value returned by remote scripting method.

Remarks

To determine when the remote method is completed, use statusChanged event.

See Also

Reference