Reprojects provided geometry into the designated spatial reference.
[Visual Basic .NET] Public Sub Reproject ( _ ByRef varGeometry As Object, _ ByVal piSpatialRef As ISpatialReference _ )
[C#] public void Reproject ( ref object varGeometry, ref ISpatialReference piSpatialRef );
[C++]
HRESULT Reproject(
VARIANT* varGeometry,
ISpatialReference* piSpatialRef
);
[C++]Parameters
varGeometry varGeometry is a parameter of type VARIANT piSpatialRefpiSpatialRef is a parameter of type ISpatialReference
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.