
ProSecdimReferencesGet | |
( ProSection handle /* (In) The section handle. */ int dim_id /* (In) The identifier of the dimension. */ int** entity_ids /* (Out) An array of entity identifiers referenced by the section dimension. Free this memory using ProArrayFree(). */ ProSectionPointType** point_types /* (Out) The corresponding array of point_types for each entity. Free this memory using ProArrayFree(). */ int* p_num_refs /* (Out) The returned size of the arrays. */ ) |

The function successfully retrieved the information. | |
A general error occurred and the function failed. |


