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




in_dataset
Feature classes, tables, or raster feature classes created outside of the geodatabase are supported. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_dataset
Feature classes, tables, or raster feature classes created outside of the geodatabase are supported. (In, Required)

See Also

© 2010 All Rights Reserved.