This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerSolverParams Interface > INAServerSolverParams.ReturnMap Property (ArcObjects .NET 10.4 SDK) |
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
ReturnMap specifies if the map is returned by the solve.