API 설명서 > Feature element trees > Object ProElement > Function ProElementValuesSet
Function ProElementValuesSet
DEPRECATED:
Since Wildfire 2.0
SUPERSEDED BY:
Depends on the context, consult the user documentation.
Description
Sets 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 ProElementReferencesSet or ProElementSet should be used. See also the comment for ProElementValueSet.
Synopsis
#include <ProElement.h>
ProElementValuesSet
(
/* (In)
The element
*/
ProValue values[]
/* (In)
The array of values
*/
int value_num
/* (In)
The number of values
*/
)
Returns
The function successfully set the values.
One or more of the arguments are invalid.
See Also
User Guide References
도움이 되셨나요?