ICabNode::Double Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:ICabNode::Double Property}} | {{#customTitle:ICabNode::Double Property}} | ||
+ | {{#parentPage:PXV:ICabNode#Properties|Double|property}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Property '''Double''' of interface [[PXV:ICabNode|ICabNode]] returns/sets Value of double ... | Property '''Double''' of interface [[PXV:ICabNode|ICabNode]] returns/sets Value of double ... | ||
− | |||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Double([out, retval] double* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Double([out, retval] double* nVal); |
− | HRESULT put_Double([in] double | + | HRESULT put_Double([in] double nVal); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:ICabNode|ICabNode]] |
Latest revision as of 02:13, 15 June 2015
Property Double of interface ICabNode returns/sets Value of double ...
Syntax
HRESULT get_Double([out, retval] double* nVal); HRESULT put_Double([in] double nVal);