Success codes returned by some methods.
Constant | Value | Description |
---|---|---|
S_GEOMETRY_DEGENERATE | 32513 | A geometric construction or geometric property query succeeded but the resulting geometry is degenerate in some way. |
S_GEOMETRY_EMPTY_GEOMETRY | 32584 | A (successful) operation on an empty geometry was performed. Currently, only returned by GeoNormalize. |
S_GEOMETRY_GEOMETRY_NOT_PROJECTED | 32596 | The geometry could not be projected and has been set empty. This can happen when a vertical polyline lies exactly on a projection horizon line. |
S_GEOMETRY_PROJECTION_HINT_CLIP_PCS_ONLY | 32629 | Projections have to consider clipping with the PCS horizon only. |
S_GEOMETRY_PROJECTION_HINT_CLIP_GCS_ONLY | 32630 | Projections have to consider clipping with the GCS horizon only. |
S_GEOMETRY_PROJECTION_HINT_CLIP_PCS_AND_GCS | 32631 | Projections have to consider clipping with the PCS and GCS horizon. |