This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IP > IPiecewiseTransformationGEN Interface > IPiecewiseTransformationGEN.TransformMeasuresII Method (ArcObjects .NET 10.4 SDK) |
Transforms integer measures to integer measures (or do the inverse).
[Visual Basic .NET] Public Sub TransformMeasuresII ( _ ByVal direction As esriTransformDirection, _ ByRef inMeasures As Int32[]&, _ ByRef outMeasures As Int32[]& _ )
[C#] public void TransformMeasuresII ( esriTransformDirection direction, ref Int32[]& inMeasures, ref Int32[]& outMeasures );