PXC_MeasureType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_MeasureType Enumeration}}
 
{{#customTitle:PXC_MeasureType Enumeration}}
{{#parentPage:PXV:PXC_Enumerations|PXC_MeasureType Enumeration|enum}}
+
{{#parentPage:PXV:PXC_Enumerations|PXC_MeasureType|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 20: Line 20:
 
     MT_Angle    = 7,
 
     MT_Angle    = 7,
 
     MT_Slope    = 8,
 
     MT_Slope    = 8,
 +
    MT_Last_    = 9,
 
};
 
};
 
</pre>
 
</pre>
Line 41: Line 42:
 
:The ...
 
:The ...
 
;MT_Slope
 
;MT_Slope
 +
:The ...
 +
;MT_Last_
 
:The ...
 
:The ...
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_MeasureRL_FormatValue|IPXC_MeasureRL::FormatValue]], [[PXV:IPXC_MeasureRL_FormatValueA|IPXC_MeasureRL::FormatValueA]], [[PXV:IPXC_MeasureRL_FormatValueF|IPXC_MeasureRL::FormatValueF]]
 
[[PXV:IPXC_MeasureRL_FormatValue|IPXC_MeasureRL::FormatValue]], [[PXV:IPXC_MeasureRL_FormatValueA|IPXC_MeasureRL::FormatValueA]], [[PXV:IPXC_MeasureRL_FormatValueF|IPXC_MeasureRL::FormatValueF]]

Latest revision as of 08:17, 25 March 2020


Specifies the ...

Syntax

enum PXC_MeasureType
{
    MT_CoordX    = 0,
    MT_CoordY    = 1,
    MT_DeltaX    = 2,
    MT_DeltaY    = 3,
    MT_Distance  = 4,
    MT_Perimeter = 5,
    MT_Area      = 6,
    MT_Angle     = 7,
    MT_Slope     = 8,
    MT_Last_     = 9,
};

Constants

MT_CoordX
The ...
MT_CoordY
The ...
MT_DeltaX
The ...
MT_DeltaY
The ...
MT_Distance
The ...
MT_Perimeter
The ...
MT_Area
The ...
MT_Angle
The ...
MT_Slope
The ...
MT_Last_
The ...

See Also

IPXC_MeasureRL::FormatValue, IPXC_MeasureRL::FormatValueA, IPXC_MeasureRL::FormatValueF