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


IGPSAUtil.GetCodedValueDomainFromRemap Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSAUtil Interface > IGPSAUtil.GetCodedValueDomainFromRemap Method
ArcGIS Developer Help

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