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


IHTMLPopupInfo.HTMLUseCodedDomainValues Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IHTMLPopupInfo.HTMLUseCodedDomainValues Property

Indicates whether to use coded values (rather than literal stored values) for feature values.

[Visual Basic .NET]
Public Property HTMLUseCodedDomainValues As Boolean
[C#]
public bool HTMLUseCodedDomainValues {get; set;}
[C++]
HRESULT get_HTMLUseCodedDomainValues(
  VARIANT_BOOL* pCodedValues
);
[C++]
HRESULT put_HTMLUseCodedDomainValues(
  VARIANT_BOOL pCodedValues
);
[C++]

Parameters pCodedValues [out, retval] pCodedValues is a parameter of type VARIANT_BOOL pCodedValues [in] pCodedValues is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IHTMLPopupInfo Interface