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


ILocaleInfo.CountryName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

ILocaleInfo.CountryName Property

English name of country.

[Visual Basic .NET]
Public Property CountryName As String
[C#]
public string CountryName {get; set;}
[C++]
HRESULT get_CountryName(
  BSTR* country
);
[C++]
HRESULT put_CountryName(
  BSTR country
);
[C++]

Parameters country [out, retval] country is a parameter of type BSTR country [in] country is a parameter of type BSTR

Product Availability

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

See Also

ILocaleInfo Interface