| SE_shape_is_within | 
Returns TRUE if primary_shape is wholly contained within secondary_shape
BOOL SE_shape_is_within (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_within returns TRUE if the specified primary_shape is completely contained within the secondary_shape. All other conditions, including an invalid SE_SHAPE object, return FALSE.
∙ Ignores any CAD data