This document is archived and information here might be outdated.  Recommended version.


IAffineTransformation2D3GEN.TransformMeasuresIF Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IA > IAffineTransformation2D3GEN Interface > IAffineTransformation2D3GEN.TransformMeasuresIF Method
ArcGIS Developer Help

IAffineTransformation2D3GEN.TransformMeasuresIF Method

Transforms integer measures to floating point measures (or do the inverse).

[Visual Basic .NET]
Public Sub TransformMeasuresIF ( _
    ByVal Direction As esriTransformDirection, _
    ByRef inMeasures As Int32[]&, _
    ByRef outMeasures As Double[]& _
)
[C#]
public void TransformMeasuresIF (
    esriTransformDirection Direction,
    ref Int32[]& inMeasures,
    ref Double[]& outMeasures
);
[C++]
HRESULT TransformMeasuresIF(
  esriTransformDirection Direction,
  SAFEARRAY(System.Int32)* inMeasures,
  SAFEARRAY(System.Double)* outMeasures
);
[C++]
Parameters
Direction 

Direction is a parameter of type esriTransformDirection inMeasures [in]
inMeasures is a parameter of type SAFEARRAY(long)* outMeasures [in, out]
outMeasures is a parameter of type SAFEARRAY(double)*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAffineTransformation2D3GEN Interface