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


ICCAHelper.Reproject Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IC > ICCAHelper Interface > ICCAHelper.Reproject Method
ArcGIS Developer Help

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