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


IProjectiveTransformation2DGEN.TransformMeasuresFF Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectiveTransformation2DGEN Interface > IProjectiveTransformation2DGEN.TransformMeasuresFF Method
ArcGIS Developer Help

IProjectiveTransformation2DGEN.TransformMeasuresFF Method

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

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

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

Product Availability

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

See Also

IProjectiveTransformation2DGEN Interface