This document is archived and information here might be outdated. Recommended version. |
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 [in, out]
varGeometry is a parameter of type VARIANT* piSpatialRef [in]
piSpatialRef is a parameter of type ISpatialReference*