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


IGPToolExtensionFactoryGen.LargeImage Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPToolExtensionFactoryGen Interface > IGPToolExtensionFactoryGen.LargeImage Property
ArcGIS Developer Help

IGPToolExtensionFactoryGen.LargeImage Property

A 32x32 bitmap to associate with the tool extension.

[Visual Basic .NET]
Public ReadOnly Property LargeImage As Integer
[C#]
public int LargeImage {get;}
[C++]
HRESULT get_LargeImage(
  OLE_HANDLE* image
);
[C++]
Parameters
image [out, retval]

image is a parameter of type OLE_HANDLE*

Product Availability

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

See Also

IGPToolExtensionFactoryGen Interface