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