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


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

IArcGISLocale.CountryID Property

The value of the country ID from the locale.

[Visual Basic .NET]
Public ReadOnly Property CountryID As Integer
[C#]
public int CountryID {get;}
[C++]
HRESULT get_CountryID(
  System.Int32* 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