ArcObjects Library Reference (TrackingAnalyst)  

IActionEdit.PreviewImage Property

Preview bitmap for the renderer that appears on the page.

[Visual Basic .NET]
Public ReadOnly Property PreviewImage As Integer
[C#]
public uint PreviewImage {get;}
[C++]
HRESULT get_PreviewImage(
  Unsigned machine int* phBitmap
);
[C++]

Parameters

phBitmap [out, retval]   phBitmap is a parameter of type Unsigned machine int

Product Availability

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

See Also

IActionEdit Interface