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


ILocalCoordinateSystem.Transform Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IL > ILocalCoordinateSystem Interface > ILocalCoordinateSystem.Transform Method
ArcGIS Developer Help

ILocalCoordinateSystem.Transform Method

Transforms a geometry using this local coordinate system.

[Visual Basic .NET]
Public Sub Transform ( _
    ByVal Direction As esriTransformDirection, _
    ByVal pGeometry As IGeometry _
)
[C#]
public void Transform (
    esriTransformDirection Direction,
    IGeometry pGeometry
);
[C++]
HRESULT Transform(
  esriTransformDirection Direction,
  IGeometry* pGeometry
);
[C++]
Parameters
Direction [in]

Direction is a parameter of type esriTransformDirection pGeometry [in]
pGeometry is a parameter of type IGeometry*

Product Availability

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

See Also

ILocalCoordinateSystem Interface