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


INAServerSolverParams.ReturnMap Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL ReturnMap
);
[C++]

Parameters ReturnMap [out, retval] ReturnMap is a parameter of type VARIANT_BOOL ReturnMap [in] ReturnMap is a parameter of type VARIANT_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