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


IOverviewBuilder.GenerateImage Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IOverviewBuilder.GenerateImage Method

Generates the overview raster dataset associated with the specified overview item URI object.

[Visual Basic .NET]
Public Function GenerateImage ( _
    ByVal pItemURI As IOverviewItemURI _
) As Boolean
[C#]
public bool GenerateImage (
    IOverviewItemURI pItemURI
);
[C++]
HRESULT GenerateImage(
  IOverviewItemURI* pItemURI,
  VARIANT_BOOL* pbAllParticipantsOK
);
[C++]

Parameters pItemURI [in]
pItemURI is a parameter of type IOverviewItemURI pbAllParticipantsOK [out, retval] pbAllParticipantsOK is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IOverviewBuilder Interface