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


IRasterTypeName.InstanceID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeName Interface > IRasterTypeName.InstanceID Property
ArcGIS Developer Help

IRasterTypeName.InstanceID Property

The object ID within the mosaic dataset of the raster type instance referenced by this raster type name object.

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

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

Product Availability

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

See Also

IRasterTypeName Interface