This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDicerCallback Interface > IDicerCallback.OnComplete Method (ArcObjects .NET 10.5 SDK) |
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