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




in_dataset
The feature dataset in which the topology will be created. (In, Required)
out_name
The name of the topology to be created. This name must be unique across the entire geodatabase. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_dataset As Object, _
   ByVal out_name As String _
)
Visual Basic (Usage)Copy Code
Dim in_dataset As Object
Dim out_name As String
 
Dim instance As CreateTopology(in_dataset, out_name)
C# 
public CreateTopology( 
   object in_dataset,
   string out_name
)

Parameters

in_dataset
The feature dataset in which the topology will be created. (In, Required)
out_name
The name of the topology to be created. This name must be unique across the entire geodatabase. (In, Required)

See Also

© 2010 All Rights Reserved.