IPXV_Annot3DContext::IsNodeSelected Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT IsNodeSelected([in]           IPXV_3DNode*   pNode,
                       [out, retval]  VARIANT_BOOL*  bSelected);

Parameters

pNode
[in] Pointer to IPXV_3DNode.
bSelected
[out, retval] Pointer to VARIANT_BOOL.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_Annot3DContext