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,
long* 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.