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




The input data for individual series in the graph. The input data varies based on the graph type. To facilitate populating the parameters used for creating the graph series from Python, you can use the Graph class. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.