![]() |
This document is archived and information here might be outdated. Recommended version. |
Defines the kind of geometries produced by a ConstructDivide operation.
| Constant | Value | Description |
|---|---|---|
| esriDivideIntoSegments | 0 | The input geometry is used to produce a new geometry with additional vertices/segments. |
| esriDivideIntoParts | 1 | The input geometry is used to produce a new geometry with additional parts. |
| esriDivideIntoPolylines | 2 | The input geometry is used to produce a new collection of polylines. |