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 > INAServerSolverParams Interface > INAServerSolverParams.MapDescription Property (ArcObjects .NET 10.5 SDK) |
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
MapDescription specifies the MapDescription object to use when drawing the map with the analysis results.