SE_shape_make_nil

Returns a nil shape.

Usage syntax

LONG SE_shape_make_nil (SE_SHAPE shape);

Parameters
shape A handle to an active shape object
Description

Returns a nil shape.

Returns

SE_SUCCESS
SE_CAD_EXISTS

SE_INVALID_SHAPE_OBJECT

SE_READ_ONLY_SHAPE

Notes

•  If you pass a shape returned from SE_stable_search or SE_stable_get_shape to ‘tgt_shape’, the SE_READ_ONLY_SHAPE error is returned.

•  If the source shape has a CAD entity, the SE_CAD_EXISTS error is returned.