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


ILocaleInfo.CountryID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IL > ILocaleInfo Interface > ILocaleInfo.CountryID Property
ArcGIS Developer Help

ILocaleInfo.CountryID Property

Obtains country identifier.

[Visual Basic .NET]
Public Property CountryID As Integer
[C#]
public int CountryID {get; set;}
[C++]
HRESULT get_CountryID(
  System.Int32* CountryID
);
[C++]
HRESULT put_CountryID(
  long CountryID
);
[C++]
Parameters
CountryID [out, retval]

CountryID is a parameter of type long* CountryID [in]
CountryID is a parameter of type long

Product Availability

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

See Also

ILocaleInfo Interface