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


ICCAHelper.Reproject Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ICCAHelper.Reproject Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ICCAHelper Interface