ArcObjects Library Reference  (NetworkAnalyst)    

INAServerSolverParams.MapDescription Property

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

[Visual Basic 6.0]
Property MapDescription As IMapDescription
[Visual Basic .NET]
Public Property MapDescription As IMapDescription
[C#]
public IMapDescription MapDescription {get; set;}
[Java]
public IMapDescription getMapDescription()
throws
    IOException,
    AutomationException
[Java]
public void setMapDescriptionByRef(
IMapDescription pMapDescription
)
throws
    IOException,
    AutomationException
[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