Function ProElementValueGet
DEPRECATED:
Since Wildfire 2.0
SUPERSEDED BY:
Depends on the context, consult the user documentation.
Description
Note: From release Wildfire 2.0 this function is superseded by the function ProElementValuetypeGet() followed by one of the following:
PTC recommends using the new functions in place of this function in all new or updated user applications.
Retrieves the single value of the specified element.
Synopsis
#include <ProElement.h>
ProElementValueGet
(
/* (In)
The element
*/
ProValue* p_value
/* (Out)
The value of the element
*/
)
Returns
The function successfully retrieved the value.
The input argument is invalid.
See Also
Sample Code References
User Guide References
これは役に立ちましたか?