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


INAServerSolverParams.MapDescription Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerSolverParams Interface > INAServerSolverParams.MapDescription Property
ArcGIS Developer Help

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 [in]

MapDescription is a parameter of type IMapDescription* MapDescription [out, retval]
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