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




in_topology
The topology from which to remove the feature class. (In, Required)
in_featureclass
The feature class to remove from the topology. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_topology
The topology from which to remove the feature class. (In, Required)
in_featureclass
The feature class to remove from the topology. (In, Required)

See Also

© 2010 All Rights Reserved.