API 설명서 > Feature element trees > Object ProElement > Function ProElementReferencesGet
Function ProElementReferencesGet
Description
Returns an array of reference values for the element.
Synopsis
#include <ProElement.h>
ProElementReferencesGet
(
ProElement element
/* (In)
The element.
*/
/* (In)
Options for how the references should be obtained. Reserved for future use: pass NULL for now.
*/
ProReference** references
/* (Out)
The reference array (a ProArray).
*/
)
Returns
The function succeeded.
One or more arguments is invalid.
The element does not contain a value that can be represented as an array of references.
The element does not contain references.
See Also
Sample Code References
User Guide References
도움이 되셨나요?