| Package | com.esri.bacore.client |
| Interface | public interface IBATaskParameters |
| Implementors | BABaseParameters, BATaskParameters |
| Property | Defined By | ||
|---|---|---|---|
| resultType : BAResultType [read-only]
Type of a result returned by the task associated with these parameters. | IBATaskParameters | ||
| taskName : String [read-only]
Name of a Community Analyst Task associated with these parameters. | IBATaskParameters | ||
| Method | Defined By | ||
|---|---|---|---|
toURLVariables():URLVariables
Converts task parameters to URL variables. | IBATaskParameters | ||
| resultType | property |
resultType:BAResultType [read-only] Type of a result returned by the task associated with these parameters.
public function get resultType():BAResultType| taskName | property |
taskName:String [read-only] Name of a Community Analyst Task associated with these parameters.
public function get taskName():String| toURLVariables | () | method |
public function toURLVariables():URLVariablesConverts task parameters to URL variables.
ReturnsURLVariables |