ArcObjects Library Reference (Display)  

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

Parameters

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