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


IWeightedOverlayFunctionArguments.Remaps Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IWeightedOverlayFunctionArguments.Remaps Property

.

[Visual Basic .NET]
Public Property Remaps As IStringArray
[C#]
public IStringArray Remaps {get; set;}
[C++]
HRESULT get_Remaps(
  IStringArray** ppRemaps
);
[C++]
HRESULT putref_Remaps(
  IStringArray* ppRemaps
);
[C++]

Parameters ppRemaps [out, retval]
ppRemaps is a parameter of type IStringArray ppRemaps [in]
ppRemaps is a parameter of type IStringArray

Product Availability

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

See Also

IWeightedOverlayFunctionArguments Interface