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


IActionEdit.PreviewImage Property (ArcObjects .NET 10.5 SDK)
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