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




The name of the tracking layer to be created. The newly created tracking layer can be used as input to any geoprocessing tool that accepts a feature layer as input. (Out, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.