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


INAServerSolverParams.MapDescription Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerSolverParams.MapDescription Property

MapDescription used when generating the MapImage returned with the analysis results.

[Visual Basic .NET]
Public Property MapDescription As IMapDescription
[C#]
public IMapDescription MapDescription {get; set;}
[C++]
HRESULT get_MapDescription(
  IMapDescription** MapDescription
);
[C++]
HRESULT putref_MapDescription(
  IMapDescription* MapDescription
);
[C++]

Parameters MapDescription [out, retval]
MapDescription is a parameter of type IMapDescription MapDescription [in]
MapDescription is a parameter of type IMapDescription

Product Availability

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

Remarks

MapDescription specifies the MapDescription object to use when drawing the map with the analysis results.

See Also

INAServerSolverParams Interface