API Documentation > Features > Object ProFeature > Function ProFeatureElemValuesGet
Function ProFeatureElemValuesGet
DEPRECATED:
Since Wildfire 2
SUPERSEDED BY:
Depends on the context, consult the user documentation.
Description
Retrieves the element values from the specified feature. Note that the element cannot be a compound element. Note: this function is deprecated, use ProElementGet.
Synopsis
#include <ProFeature.h>
ProFeatureElemValuesGet
(
ProFeature* feature
/* (In)
The feature.
*/
ProElempath elempath
/* (In)
The path to the element.
*/
ProValue** p_elemvalues
/* (Out)
The element values. You must allocate the memory for this argument using the function ProArrayAlloc().
*/
)
Returns
The function successfully retrieved the feature element values.
One or more of the input arguments are invalid.
See Also
Sample Code References
User Guide References
Was this helpful?