API 설명서 > Feature element trees > Object ProElement > Function ProElementValuesGet
Function ProElementValuesGet
DEPRECATED:
Since Wildfire 2
SUPERSEDED BY:
Depends on the context, consult the user documentation.
Description
Retrieves all the values of the specified element.
Warning: Starting with Wildfire 2.0, tree elements with multiple values are considered to be deprecated and will be gradually superseded with reference elements or type-specific elements - for which either ProElementReferencesGet or ProElementGet should be used. See also the comment for ProElementValueGet.
Synopsis
#include <ProElement.h>
ProElementValuesGet
(
/* (In)
The element.
*/
ProValue** p_values
/* (Out)
The array of values belonging to the element. You must preallocate the array using the function ProArrayAlloc().
*/
)
Returns
The function successfully retrieved the values.
The input argument is invalid.
See Also
Sample Code References
User Guide References
도움이 되셨나요?