ESRI.ArcGIS.DataManagementTools
Analyze Constructor(Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > Analyze Class > Analyze Constructor : Analyze Constructor(Object,Object)




in_dataset
The table or feature class to be analyzed. (In, Required)
components
The component type to be analyzed. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_dataset As Object, _
   ByVal components As Object _
)
Visual Basic (Usage)Copy Code
Dim in_dataset As Object
Dim components As Object
 
Dim instance As Analyze(in_dataset, components)
C# 
public Analyze( 
   object in_dataset,
   object components
)

Parameters

in_dataset
The table or feature class to be analyzed. (In, Required)
components
The component type to be analyzed. (In, Required)

See Also

© 2010 All Rights Reserved.