| Description |
| Retrieves the references of the specified dimension in the section. |
| Synopsis |
| #include <ProSecdim.h> |
| ProError | 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. |
| */ |
| ) |
| Returns |
|
|
| See Also |
| ProArrayFree |