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


ITxObjectProperties.SmallImage Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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(
  Long* hBitmap
);
[C++]

Parameters hBitmap [out, retval] hBitmap is a parameter of type Long

Product Availability

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

See Also

ITxObjectProperties Interface