ArcObjects Library Reference (NetworkAnalyst)  

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