| SE_shape_get_num_parts |
Returns the number of parts and subparts in a shape.
LONG SE_shape_get_num_parts (const SE_SHAPE shape, LONG *num_parts LONG *num_subparts);
| shape | A handle to an active shape object |
| num_parts | The number of parts |
| num_subparts | The number of subparts. May be null. |
Returns the number of parts and, optionally, subparts in a shape.
SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_SHAPE_OBJECT
• Ignores any CAD data.