IPXV_Inst::DispMeasureUnit Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_Inst::DispMeasureUnit Property}} | {{#customTitle:IPXV_Inst::DispMeasureUnit Property}} | ||
+ | {{#parentPage:PXV:IPXV_Inst#Properties|DispMeasureUnit|property}} | ||
+ | {{ToReview}} | ||
− | + | Returns the unit for measurement that is currently using by application for displaying in UI. For possible values see [[PXV:MeasureUnit|MeasureUnit]] enumerations. | |
− | + | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_DispMeasureUnit([out, retval] MeasureUnit* | + | <pre class="brush:cpp;gutter:false">HRESULT get_DispMeasureUnit([out, retval] MeasureUnit* nUnit); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_Inst|IPXV_Inst]] |
Latest revision as of 02:58, 15 June 2015
Returns the unit for measurement that is currently using by application for displaying in UI. For possible values see MeasureUnit enumerations.
Syntax
HRESULT get_DispMeasureUnit([out, retval] MeasureUnit* nUnit);