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


IGPToolExtensionFactoryGen.SmallUnlicensedImage Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPToolExtensionFactoryGen.SmallUnlicensedImage Property

A 16x16 bitmap to associate with unlicensed instances of the tool extension.

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

IGPToolExtensionFactoryGen Interface