Documentación de la API > Features > Object ProFeature > Function ProFeatureElemValueGet
Function ProFeatureElemValueGet
DEPRECATED:
Since Wildfire 2
SUPERSEDED BY:
Depends on the context, consult the user documentation.
Description
Retrieves a single element value from the specified feature. Note that the element cannot be a compound element. Note: this function is deprecated, use ProElementGet.
Synopsis
#include <ProFeature.h>
ProFeatureElemValueGet
(
ProFeature* feature
/* (In)
The feature
*/
ProElempath elempath
/* (In)
The path to the element
*/
ProValue* p_elemvalue
/* (Out)
The element value
*/
)
Returns
The function successfully retrieved the feature element value.
One or more of the input arguments are invalid.
See Also
Sample Code References
User Guide References
¿Fue esto útil?