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


IGeoReference.PointsTransform Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGeoReference Interface > IGeoReference.PointsTransform Method
ArcGIS Developer Help

IGeoReference.PointsTransform Method

Transform operation of Raster.

[Visual Basic .NET]
Public Function PointsTransform ( _
    ByVal inPoints As IPointCollection, _
    ByVal isForward As Boolean _
) As IPointCollection
[C#]
public IPointCollection PointsTransform (
    IPointCollection inPoints,
    bool isForward
);
[C++]
HRESULT PointsTransform(
  IPointCollection* inPoints,
  VARIANT_BOOL isForward
);
[C++]
Parameters
inPoints [in]

inPoints is a parameter of type IPointCollection* isForward [in]
isForward is a parameter of type bool

Product Availability

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

See Also

IGeoReference Interface