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


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

IGPToolExtensionFactory.SmallInvalidImage Property

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

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

IGPToolExtensionFactory Interface