Summary
Creates a layer of the specified geometry type and joins all the CAD attributes to the selected geometry type.
Usage
This model is a submodel in the CAD to Feature Class with all Joins from Staging Geodatabase model.
This creates in–memory layers, so if you shut down your application, these layers are deleted.
Syntax
arcpy.samples.SubModelMemoryLayerWithAllJoins(input_cad_staging_geodatabase, {select_geometry_type})
Parameter | Explanation | Data Type |
input_cad_staging_geodatabase | The staging geodatabase created by IMPORTCAD. | Folder | Workspace |
select_geometry_type (Optional) | The geometry type for the output layer. | String |
Code sample
This tool is intended to be used as a model tool.
Environments
- Current Workspace
- Default Output Z Value
- Output CONFIG Keyword
- Output M Domain
- Output XY Domain
- Output Z Domain
- Output Coordinate System
- Extent
- Output has M values
- Output Spatial Grid 1
- Output Spatial Grid 2
- Output Spatial Grid 3
- Output Spatial Grid 1
- Output Spatial Grid 2
- Output Spatial Grid 3
- Output Spatial Grid 1
- Output Spatial Grid 2
- Output Spatial Grid 3
- Scratch Workspace
Licensing information
- Basic: Yes
- Standard: Yes
- Advanced: Yes