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.