This document is archived and information here might be outdated.  Recommended version.


INAServerSolverParams.ReturnMap Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerSolverParams.ReturnMap Property

Indicates if a MapImage should be generated and returned with the analysis results.

[Visual Basic .NET]
Public Property ReturnMap As Boolean
[C#]
public bool ReturnMap {get; set;}
[C++]
HRESULT get_ReturnMap(
  VARIANT_BOOL ReturnMap
);
[C++]
HRESULT put_ReturnMap(
  Boolean* ReturnMap
);
[C++]

Parameters ReturnMap [in]
ReturnMap is a parameter of type bool ReturnMap [out, retval]
ReturnMap is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

ReturnMap specifies if the map is returned by the solve.

See Also

INAServerSolverParams Interface