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


IDicerCallback.OnComplete Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

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(
  long hDC,
  tagPOINT* Points,
  long* partCounts,
  long numParts
);
[C++]

Parameters hDC [in] hDC is a parameter of type long 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