
Replacement in Object TOOLKIT: |

ProSectionDimensionIdsGet | |
( ProSection section /* (In) The section. */ ProIntlist* sec_dim_id_list /* (Out) The returned array of section dimension identifiers that have corresponding dimensions in the solid. Release the memory using ProArrayFree(). */ ProIntlist* solid_dim_id_list /* (Out) The returned array of solid dimension identifiers. Release the memory using ProArrayFree(). */ int* p_num_ids /* (Out) The size of the two returned lists. */ ) |

The function successfully retrieved the information. | |
A general error occurred and the function failed. | |
The input argument is invalid. | |
Solid model does not exist or number of dimensions does not match in section and solid. |


