ImageDescription used when generating the MapImage returned with the analysis results.
[Visual Basic .NET] Public Property ImageDescription As IImageDescription
[C#] public IImageDescription ImageDescription {get; set;}
[C++]
HRESULT get_ImageDescription(
IImageDescription** ImageDescription
);
[C++]
HRESULT putref_ImageDescription(
IImageDescription* ImageDescription
);
[C++]Parameters
ImageDescription [out, retval]ImageDescription is a parameter of type IImageDescription
ImageDescription [in]ImageDescription is a parameter of type IImageDescription
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Remarks
Specifies the ImageDescription used when creating maps during solve. Setting the Width and Height of the output map to be 200x200 pixels would look something like:
routeParams.ImageDescription.Display.Width = 200
routeParams.ImageDescription.Display.Height = 200