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


IDicerCallback.OnComplete Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDicerCallback Interface > IDicerCallback.OnComplete Method
ArcGIS Developer Help

IDicerCallback.OnComplete Method

Finish use of dicer.

[Visual Basic .NET]
Public Sub OnComplete ( _
    ByVal hDC As Integer, _
    ByRef Points As tagPOINT, _
    ByRef partCounts As Integer, _
    ByVal numParts As Integer _
)
[C#]
public void OnComplete (
    int hDC,
    ref tagPOINT Points,
    ref int partCounts,
    ref int numParts
);
[C++]
HRESULT OnComplete(
  OLE_HANDLE hDC,
  tagPOINT* Points,
  System.Int32* partCounts,
  long numParts
);
[C++]
Parameters
hDC [in]

hDC is a parameter of type OLE_HANDLE Points [in]
Points is a parameter of type tagPOINT* partCounts [in]
partCounts is a parameter of type long* numParts [in]
numParts is a parameter of type long

Product Availability

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

See Also

IDicerCallback Interface