This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IL > ILocalCoordinateSystem Interface > ILocalCoordinateSystem.Transform Method (ArcObjects .NET 10.5 SDK) |
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