SE_shape_is_line |
Returns TRUE if the supplied shape is type line.
BOOL SE_shape_is_line (const SE_SHAPE shape);
shape | A handle to an active shape object |
Returns TRUE if the supplied shape is type line (spaghetti). All other conditions, including an invalid SE_SHAPE object, return FALSE.