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




The field in the input feature class or layer that contains date and time information. This tool requires date and time information to be contained in the same field, and the data type of the field must be Short, Long, Float, Double, Text, or Date. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.