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


IGPSAUtil.GetCodedValueDomainFromRemap Method (ArcObjects .NET 10.5 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,
  ICodedValueDomain** ppCVDomain
);
[C++]

Parameters pValue [in]
pValue is a parameter of type IGPValue ppCVDomain [out, retval]
ppCVDomain is a parameter of type ICodedValueDomain

Product Availability

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

See Also

IGPSAUtil Interface