ArcObjects Library Reference (TrackingAnalyst)  

ITxObjectPropertiesGEN.LargeImage Property

The large image that represents the object.

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

ITxObjectPropertiesGEN Interface