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


IGPSAUtil.GetRemapFromCodedValueDomain Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IGPSAUtil.GetRemapFromCodedValueDomain Method

Gets Remap From a CodedValueDomain.

[Visual Basic .NET]
Public Function GetRemapFromCodedValueDomain ( _
    ByVal pCVDomain As ICodedValueDomain, _
    ByVal pEvalScale As IGPEvaluationScale _
) As IGPValue
[C#]
public IGPValue GetRemapFromCodedValueDomain (
    ICodedValueDomain pCVDomain,
    IGPEvaluationScale pEvalScale
);
[C++]
HRESULT GetRemapFromCodedValueDomain(
  ICodedValueDomain* pCVDomain,
  IGPEvaluationScale* pEvalScale,
  IGPValue** ppValue
);
[C++]

Parameters pCVDomain [in]
pCVDomain is a parameter of type ICodedValueDomain pEvalScale [in]
pEvalScale is a parameter of type IGPEvaluationScale ppValue [out, retval]
ppValue is a parameter of type IGPValue

Product Availability

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

See Also

IGPSAUtil Interface