
ProSolidFeatstatusGet | |
( ProSolid solid /* (In) The solid */ int** p_feat_id_array /* (Out) An array of features (preallocated by a call to ProArrayAlloc()). If you reuse the array, new elements will be appended to the existing elements unless you reset the array size to 0 with ProArraySizeSet. */ ProFeatStatus** p_status_array /* (Out) An array of feature statuses (preallocated by a call to ProArrayAlloc()). If you reuse the array, new elements will be appended to the existing elements unless you reset the array size to 0 with ProArraySizeSet. */ int* p_num_features /* (Out) The size of the above arrays */ ) |

The function successfully returned the features. | |
The input argument is invalid. |



