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




The field that contains data values that will be used to group features into tracks in the output tracking layer. The data type of the field can be Short, Long, Float, Double, Text, or OID. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.