Show Navigation | Hide Navigation
You are here:
Geoprocessing tool reference > Data Management toolbox > Topology toolset > Tools

Add Feature Class to Topology (Data Management) (ArcInfo and ArcEditor only)

Release 9.2
Last modified November 29, 2010
E-mail This Topic Printable Version Give Us Feedback

Print all topics in : "Tools"


Related Topics

Adds a new feature class to a topology. This new feature class can be empty or may contain existing features. The new feature class must be in the same feature dataset as the topology.

Versioned feature classes cannot be added to a topology.


Usage tips

Command line syntax
An overview of the Command Line window
AddFeatureClassToTopology_management <in_topology> <in_featureclass> <xy_rank> <z_rank>

Parameter Explanation Data Type
<in_topology>

The topology to which you want to add a feature class.

Topology
<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.

Feature Class
<xy_rank>

The relative degree of positional accuracy associated with vertices of features in the feature class you are adding to the topology.

Long
<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.

Long
Data types for geoprocessing tool parameters


Command line example

AddFeatureClassToTopology D:\Calgary\Trans.mdb\Streets\Street_Topo D:\Calgary\Trans.mdb\Streets\StreetNetwork 1 1

Scripting syntax
About getting started with writing geoprocessing scripts
AddFeatureClassToTopology_management (in_topology, in_featureclass, xy_rank, z_rank)

Parameter Explanation Data Type
in_topology (Required)

The topology to which you want to add a feature class.

Topology
in_featureclass (Required)

The feature class that you want to add to the topology. The feature class must be in the same feature dataset as the topology.

Feature Class
xy_rank (Required)

The relative degree of positional accuracy associated with vertices of features in the feature class you are adding to the topology.

Long
z_rank (Required)

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.

Long

Data types for geoprocessing tool parameters


Script example

Please visit the Feedback page to comment or give suggestions on ArcGIS Desktop Help.
Copyright © Environmental Systems Research Institute, Inc.