IPXV_Inst::CreateMeasureUnitsConvTbl Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXV_Inst::CreateMeasureUnitsConvTbl Method}} | {{#customTitle:IPXV_Inst::CreateMeasureUnitsConvTbl Method}} | ||
{{#parentPage:PXV:IPXV_Inst#Methods|CreateMeasureUnitsConvTbl|method}} | {{#parentPage:PXV:IPXV_Inst#Methods|CreateMeasureUnitsConvTbl|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Call this method to create new measure-units auto-conversion object. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;ppConvTbl | ;ppConvTbl | ||
− | : | + | : Returns pointer to a new [[PXV:IUIX_NumEditFilterConvTbl|IUIX_NumEditFilterConvTbl]] object. |
== Return Value == | == Return Value == |
Revision as of 13:47, 24 May 2015
Call this method to create new measure-units auto-conversion object.
Syntax
HRESULT CreateMeasureUnitsConvTbl( IUIX_NumEditFilterConvTbl** ppConvTbl);
Parameters
- ppConvTbl
- Returns pointer to a new IUIX_NumEditFilterConvTbl object.
Return Value
Returns S_OK if operation was successful or error code in other cases.