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


IDefineOverviewsParameters.InstanceID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IDefineOverviewsParameters.InstanceID Property

The object ID of the raster type instance associated with a preview define overview operation. Properties that control how overview tiles are created are read from the matching raster type instance. A value here also indicates that no new schema is created by .

[Visual Basic .NET]
Public Property InstanceID As Integer
[C#]
public int InstanceID {get; set;}
[C++]
HRESULT get_InstanceID(
  long* pInstanceID
);
[C++]
HRESULT put_InstanceID(
  long pInstanceID
);
[C++]

Parameters pInstanceID [out, retval] pInstanceID is a parameter of type long pInstanceID [in] pInstanceID is a parameter of type long

Product Availability

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

See Also

IDefineOverviewsParameters Interface