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


IDicerCallback.OnDice 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.OnDice Method
ArcGIS Developer Help

IDicerCallback.OnDice Method

Splits the polygon into a set of trapezoids.

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

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

Product Availability

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

See Also

IDicerCallback Interface