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


IArcGISLocale.UICountryID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IArcGISLocale.UICountryID Property

The value of the country ID from the UI locale.

[Visual Basic .NET]
Public ReadOnly Property UICountryID As Integer
[C#]
public int UICountryID {get;}
[C++]
HRESULT get_UICountryID(
  long* CountryID
);
[C++]

Parameters CountryID [out, retval] CountryID is a parameter of type long

Product Availability

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

See Also

IArcGISLocale Interface