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


IActionEdit.PreviewImage Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IActionEdit Interface > IActionEdit.PreviewImage Property
ArcGIS Developer Help

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(
  System.UInt32* phBitmap
);
[C++]
Parameters
phBitmap [out, retval]

phBitmap is a parameter of type unsigned int*

Product Availability

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

See Also

IActionEdit Interface