SE_shape_is_overlapping |
Returns TRUE if the intersection of two shapes results in an object of the same geometric dimension
BOOL SE_shape_is_overlapping (const SE_SHAPE primary_shape, const SE_SHAPE secondary_shape);
primary_shape | A handle to an active shape object |
secondary_shape | A handle to an active shape object |
SE_shape_is_overlapping eturns TRUE if the intersection of two shapes, primary_shape and secondary_shape, results in an object of the same geometric dimension. Any other result, including an invalid shape object returns FALSE. See the ArcSDE geometric model for more information and examples.
∙ Ignores any CAD data