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


INAServerSolverResults.MapImage Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerSolverResults Interface > INAServerSolverResults.MapImage Property
ArcGIS Developer Help

INAServerSolverResults.MapImage Property

MapImage containing the network analysis result.

[Visual Basic .NET]
Public ReadOnly Property MapImage As IMapImage
[C#]
public IMapImage MapImage {get;}
[C++]
HRESULT get_MapImage(
  IMapImage** ppMapImage
);
[C++]
Parameters
ppMapImage [out, retval]

ppMapImage is a parameter of type IMapImage**

Product Availability

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

Remarks

MapImage returns the image drawn during NAServer::Solve using the NAServerSolverParams::MapDescription and NAServerSolverParams::ImageDescription properties.

See Also

INAServerSolverResults Interface