| SE_shape_is_polygon |
Returns TRUE if the supplied shape is type polygon.
BOOL SE_shape_is_polygon (const SE_SHAPE shape);
| shape | A handle to an active shape object |
Returns TRUE if the supplied shape is type polygon. All other conditions, including an invalid SE_SHAPE object, return FALSE.
• Ignores any CAD data.