API 설명서 > Windchill servers > Object ProServer > Function ProServerModelNameToAliasedURL
Function ProServerModelNameToAliasedURL
Description
Gets aliased url for a given model name.
Replacement in Object TOOLKIT:
Synopsis
#include <ProWTUtils.h>
ProServerModelNameToAliasedURL
(
wchar_t* alias
/* (In)
an alias of the server where the model resides.
*/
wchar_t* model_name
/* (In)
model name.
*/
wchar_t** aliased_url
/* (Out)
The aliased url to the model. Free this string using ProWstringFree().
*/
)
Returns
The function succeeded.
One or more inputs was invalid.
The object was not found.
If any other error occures.
User Guide References
도움이 되셨나요?