IPXC_Measure::Type Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Measure::Type Property}}
 
{{#customTitle:IPXC_Measure::Type Property}}
 +
{{#parentPage:PXV:IPXC_Measure#Properties|Type|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
Property '''Type''' of interface [[PXV:IPXC_Measure|IPXC_Measure]] returns  Value of [[PXV:PXC_MesureCoordinateSystem|PXC_MesureCoordinateSystem]] ...
+
Property '''Type''' of interface [[PXV:IPXC_Measure|IPXC_Measure]] returns  Value of [[PXV:PXC_MeasureCoordinateSystem|PXC_MeasureCoordinateSystem]] ...
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval] PXC_MesureCoordinateSystem* pType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval] PXC_MeasureCoordinateSystem* pType);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Measure|IPXC_Measure]].
+
[[PXV:IPXC_Measure|IPXC_Measure]]

Latest revision as of 08:36, 23 May 2015


Property Type of interface IPXC_Measure returns Value of PXC_MeasureCoordinateSystem ...

Syntax

HRESULT get_Type([out, retval]  PXC_MeasureCoordinateSystem*  pType);

See Also

IPXC_Measure