SE_shape_make_nil |
Makes a shape nil
LONG SE_shape_make_nil (SE_SHAPE shape);
shape | A handle to an active shape object |
SE_shape_make_nil changes the specified shape object to a nil.
SE_SUCCESS
SE_CAD_EXISTS
SE_INVALID_SHAPE_OBJECT
SE_READ_ONLY_SHAPE
∙ 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.