CombineClasses

Title  Combine Classes

Description

Combine a series of classes into a single non-subtyped class

Usage

          
Merge the fields and domains at the field(not at subtypes) into a single class

License

Standard

Toolset

Schema

Syntax

CombineClasses (in_workspace, in_classes, output_class_name, output_folder, output_name, {include_data})

Parameter Explanation Data Type
in_workspace Dialog Reference

The source feature dataset or geodatabase with the classes to merge

GPComposite
in_classes Dialog Reference

The tables and feature classes to join by group key

GPString
output_class_name Dialog Reference

The name of the output class

GPString
output_folder Dialog Reference

The location of the output geodatabase

DEFolder
output_name Dialog Reference

The name of the output geodatabase

GPString
include_data (Optional) Dialog Reference

Option to include data in output geodatabase

GPBoolean

Code Samples