Select to view content in your preferred language

ParameterValue in Flex

675
1
Jump to solution
10-29-2012 05:56 AM
XintaoLiu
Deactivated User
I created a model using python and publish it as a service. Then I call the service in Flex client. The return value is a list (with fixed column and unfixed number of rows) in Python. When I get the output value in Flex using event.parameterValue, how to parse the value? Thanks
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
XintaoLiu
Deactivated User
I created a model using python and publish it as a service. Then I call the service in Flex client. The return value is a list (with fixed column and unfixed number of rows) in Python. When I get the output value in Flex using event.parameterValue, how to parse the value? Thanks


Got it here: http://help.arcgis.com/en/webAPI/flex/apiref/com/esri/ags/tasks/supportClasses/ParameterValue.html

View solution in original post

0 Kudos
1 Reply
XintaoLiu
Deactivated User
I created a model using python and publish it as a service. Then I call the service in Flex client. The return value is a list (with fixed column and unfixed number of rows) in Python. When I get the output value in Flex using event.parameterValue, how to parse the value? Thanks


Got it here: http://help.arcgis.com/en/webAPI/flex/apiref/com/esri/ags/tasks/supportClasses/ParameterValue.html
0 Kudos