API 文件集 > Feature element trees > Object ProElement > Function ProElementDoubleSet
Function ProElementDoubleSet
Description
Sets the double value for the element.
Note: Before using this function, use ProElementDecimalsSet() to assign the number of decimal places to be used for the double value.
Synopsis
#include <ProElement.h>
ProElementDoubleSet
(
ProElement element
/* (In)
The element.
*/
double value
/* (In)
The double 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
這是否有幫助?