ArcObjects Library Reference (Geoprocessing)  

IGPToolExtensionFactoryGen.LargeInvalidImage Property

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

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