Documentação da API > Feature element trees > Object ProElement > Function ProElementSpecialvalueGet
Function ProElementSpecialvalueGet
Description
Returns the pointer representation for the element.
Synopsis
#include <ProElement.h>
ProElementSpecialvalueGet
(
ProElement element
/* (In)
The element.
*/
/* (In)
Options for how the pointer should be obtained. Reserved for future use: pass NULL for now.
*/
ProAppData* value
/* (Out)
The pointer value.
*/
)
Returns
The function succeeded.
One or more arguments is invalid.
The element does not contain a value that can be represented as a this type.
See Also
Sample Code References
User Guide References
Isto foi útil?