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


IGPSARemap.Remap Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSARemap Interface > IGPSARemap.Remap Property
ArcGIS Developer Help

IGPSARemap.Remap Property

The remap.

[Visual Basic .NET]
Public Property Remap As IRemap
[C#]
public IRemap Remap {get; set;}
[C++]
HRESULT get_Remap(
  IRemap** Remap
);
[C++]
HRESULT putref_Remap(
  IRemap* Remap
);
[C++]
Parameters
Remap [out, retval]

Remap is a parameter of type IRemap** Remap [in]
Remap is a parameter of type IRemap*

Product Availability

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

See Also

IGPSARemap Interface