API 文档 > Feature element trees > Object ProElement > Function ProElementWstringSet
Function ProElementWstringSet
Description
Sets the string value for the element.
Synopsis
#include <ProElement.h>
ProElementWstringSet
(
ProElement element
/* (In)
The element.
*/
wchar_t* value
/* (In)
The wide-string value.
*/
)
Returns
The function succeeded.
One or more arguments is invalid.
The element does not allow this type of value.
The element is relation driven.
See Also
Sample Code References
这对您有帮助吗?