ImageDescription used when generating the MapImage returned with the analysis results.
[Visual Basic 6.0] Property ImageDescription As IImageDescription
[Visual Basic .NET] Public Property ImageDescription As IImageDescription
[C#] public IImageDescription ImageDescription {get; set;}
[Java] public IImageDescription getImageDescription() throws IOException, AutomationException
[Java] public void setImageDescriptionByRef( IImageDescription pImageDescription ) throws IOException, AutomationException
[C++] HRESULT get_ImageDescription( IImageDescription** ImageDescription );
[C++] HRESULT putref_ImageDescription( IImageDescription* ImageDescription);
Parameters
ImageDescription [out, retval]
ImageDescription is a parameter of type IImageDescription
ImageDescription [in]
ImageDescription is a parameter of type IImageDescription
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