This document is archived and information here might be outdated. Recommended version. |
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.