This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IO > IOverviewBuilder Interface > IOverviewBuilder.GenerateImage Method (ArcObjects .NET 10.4 SDK) |
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