This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IL > ILocaleInfo Interface > ILocaleInfo.LocaleID Property (ArcObjects .NET 10.5 SDK) |
Obtains locale unique identifier.
[Visual Basic .NET] Public Property LocaleID As Integer
[C#] public int LocaleID {get; set;}
[C++]
HRESULT get_LocaleID(
long* LocaleID
);
[C++]
HRESULT put_LocaleID(
long LocaleID
);
[C++]
Parameters LocaleID [out, retval] LocaleID is a parameter of type long LocaleID [in] LocaleID is a parameter of type long