This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSAUtil Interface > IGPSAUtil.GetCodedValueDomainFromRemap Method (ArcObjects .NET 10.5 SDK) |
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