ArcObjects Library Reference (Geoprocessing)  

IGPToolExtensionFactory.SmallImage Property

A 16x16 bitmap to associate with the tool extension.

[Visual Basic .NET]
Public ReadOnly Property SmallImage As Integer
[C#]
public int SmallImage {get;}
[C++]
HRESULT get_SmallImage(
  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