DataManagementTools
AddFeatureClassToTopology Constructor(Object,Object,Int32,Int32)
See Also  Send Feedback
ESRI.ArcGIS.DataManagementTools Namespace > AddFeatureClassToTopology Class > AddFeatureClassToTopology Constructor : AddFeatureClassToTopology Constructor(Object,Object,Int32,Int32)




in_topology
The topology to which you want to add a feature class. (In, Required)
in_featureclass
The feature class that you want to add to the topology. The feature class must be in the same feature dataset as the topology. (In, Required)
xy_rank
The relative degree of positional accuracy associated with vertices of features in the feature class you are adding to the topology. (In, Required)
z_rank
Feature classes that are z-aware have elevation values embedded in their geometry for each vertex. By setting a z rank, you can influence how vertices with accurate z-values are clustered with vertices that contain less accurate z measurements. (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 Object, _
   ByVal xy_rank As Integer, _
   ByVal z_rank As Integer _
)
Visual Basic (Usage)Copy Code
Dim in_topology As Object
Dim in_featureclass As Object
Dim xy_rank As Integer
Dim z_rank As Integer
 
Dim instance As New AddFeatureClassToTopology(in_topology, in_featureclass, xy_rank, z_rank)
C# 
public AddFeatureClassToTopology( 
   object in_topology,
   object in_featureclass,
   int xy_rank,
   int z_rank
)

Parameters

in_topology
The topology to which you want to add a feature class. (In, Required)
in_featureclass
The feature class that you want to add to the topology. The feature class must be in the same feature dataset as the topology. (In, Required)
xy_rank
The relative degree of positional accuracy associated with vertices of features in the feature class you are adding to the topology. (In, Required)
z_rank
Feature classes that are z-aware have elevation values embedded in their geometry for each vertex. By setting a z rank, you can influence how vertices with accurate z-values are clustered with vertices that contain less accurate z measurements. (In, Required)

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.