This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerSolverResults Interface > INAServerSolverResults.MapImage Property (ArcObjects .NET 10.5 SDK) |
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
MapImage returns the image drawn during NAServer::Solve using the NAServerSolverParams::MapDescription and NAServerSolverParams::ImageDescription properties.