
ProViewNamesGet | |
( ProMdl model /* (In) The handle to a part, assembly, or drawing. */ ProLine** view_names /* (Out) The list of view names. You can pass NULL for this argument. The function allocates the memory for this argument. To free the memory, call ProArrayFree(). */ ProLine** alternate_names /* (Out) The list of alternate names. You can pass NULL for this argument. The function allocates the memory for this argument. To free the memory, call ProArrayFree(). */ int* p_count /* (Out) The number of names in the view_names array. */ ) |

The function successfully retrieved the information. | |
No view names were found for the specified model. | |
A general error occurred and the function failed. |



