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


ITxObjectProperties.SmallImage Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxObjectProperties Interface > ITxObjectProperties.SmallImage Property
ArcGIS Developer Help

ITxObjectProperties.SmallImage Property

The small image that represents the object.

[Visual Basic .NET]
Public ReadOnly Property SmallImage As Integer
[C#]
public int SmallImage {get;}
[C++]
HRESULT get_SmallImage(
  OLE_HANDLE* hBitmap
);
[C++]
Parameters
hBitmap [out, retval]

hBitmap is a parameter of type OLE_HANDLE*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITxObjectProperties Interface