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


ILocaleInfo.NativeCountryName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

ILocaleInfo.NativeCountryName Property

Native name of country.

[Visual Basic .NET]
Public Property NativeCountryName As String
[C#]
public string NativeCountryName {get; set;}
[C++]
HRESULT get_NativeCountryName(
  BSTR* country
);
[C++]
HRESULT put_NativeCountryName(
  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