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


IDicerCallback.OnPrepare Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Display)  

IDicerCallback.OnPrepare Method

Prepare the dicer for first time use.

[Visual Basic .NET]
Public Sub OnPrepare ( _
    ByVal hDC As Integer _
)
[C#]
public void OnPrepare (
    int hDC
);
[C++]
HRESULT OnPrepare(
  OLE_HANDLE hDC
);
[C++]

Parameters hDC [in]
hDC is a parameter of type OLE_HANDLE

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDicerCallback Interface