IPXC_Measure::Type Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IPXC_Measure::Type Property}}
 
{{#customTitle:IPXC_Measure::Type Property}}
  
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]].
 
See also [[PXV:IPXC_Measure|IPXC_Measure]].

Revision as of 23:49, 13 April 2015

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


Syntax

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

See Also

See also IPXC_Measure.