ArcObjects Library Reference (Geoprocessing)  

IGPToolExtensionFactory.LargeUnlicensedImage Property

A 32x32 bitmap to associate with unlicensed instances of the tool extension.

[Visual Basic .NET]
Public ReadOnly Property LargeUnlicensedImage As Integer
[C#]
public int LargeUnlicensedImage {get;}
[C++]
HRESULT get_LargeUnlicensedImage(
  long* image
);
[C++]

Parameters

image [out, retval]   image is a parameter of type long

Product Availability

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

See Also

IGPToolExtensionFactory Interface