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.