ESRI.ArcGIS.TrackingAnalystTools
locale_id Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.TrackingAnalystTools Namespace > MakeTrackingLayer Class : locale_id Property




If the data type of the time field is Text, this parameter determines which locale will be used to interpret data values in the time field. For all time field data types other than Text, this parameter is not needed. If no locale is entered, the current locale of the operating system will be used. For a list of available locales supported by your system, open the tool dialog box and expand this drop-down. When entering the locale as a parameter, it is recommended to use only the locale ID (LCID) assigned by Microsoft, which can be entered as a long integer such as 1033. You can also enter the full string representation of the locale as a parameter, such as "01033-English_(United_States)", but you must replace spaces with underscore characters. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property locale_id As Integer
Visual Basic (Usage)Copy Code
Dim instance As MakeTrackingLayer
Dim value As Integer
 
instance.locale_id = value
 
value = instance.locale_id
C# 
public int locale_id {get; set;}

See Also

© 2010 All Rights Reserved.