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


IGPSARemap.Remap Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

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