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


IGPSAUtil.GetCodedValueDomainFromRemap Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IGPSAUtil.GetCodedValueDomainFromRemap Method

Gets a CodedValueDomain From Remap.

[Visual Basic .NET]
Public Function GetCodedValueDomainFromRemap ( _
    ByVal pValue As IGPValue _
) As ICodedValueDomain
[C#]
public ICodedValueDomain GetCodedValueDomainFromRemap (
    IGPValue pValue
);
[C++]
HRESULT GetCodedValueDomainFromRemap(
  IGPValue* pValue
);
[C++]

Parameters pValue [in]
pValue 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