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


IPlugInGxIntegration.LargeImage Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInGxIntegration Interface > IPlugInGxIntegration.LargeImage Property
ArcGIS Developer Help

IPlugInGxIntegration.LargeImage Property

The large image for the dataset type (and geometry type if the dataset is a feature class).

[Visual Basic .NET]
Public Function get_LargeImage ( _
    ByVal dsType As esriDatasetType, _
    ByVal GeometryType As esriGeometryType _
) As Integer
[C#]
public int get_LargeImage (
    esriDatasetType dsType,
    esriGeometryType GeometryType
);
[C++]
HRESULT get_LargeImage(
  esriDatasetType dsType,
  esriGeometryType GeometryType,
  System.Int32* hLargeImage
);
[C++]
Parameters
dsType [in]

dsType is a parameter of type esriDatasetType GeometryType [in]
GeometryType is a parameter of type esriGeometryType hLargeImage [out, retval]
hLargeImage is a parameter of type long*

Product Availability

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

See Also

IPlugInGxIntegration Interface