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