Documentação da API > Windows and views > Object ProView > Function ProViewIdFromNameLineGet
Function ProViewIdFromNameLineGet
Description
Retrieves the view id from model and view name
Synopsis
#include <ProView.h>
ProViewIdFromNameLineGet
(
ProMdl model
/* (In)
The handle to a part, assembly, or drawing. Cannot be NULL.
*/
ProLine view_name
/* (In)
View name. Cannot be NULL.
*/
int* p_view_id
/* (Out)
View ID. Cannot be NULL.
*/
)
Returns
The function succeeded
One or more of the input arguments are invalid.
A general error occurred and the function failed.
User Guide References
Isto foi útil?