ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Telecom Namespace / CircuitManager Class / Export Method
The names of the circuits to export.
The options that will describe how the circuit will be exported.
The output folder/directory that will contain information about the exported content.

In This Topic
    Export Method (CircuitManager)
    In This Topic
    Exports a list of circuits.
    Syntax

    Parameters

    circuitNames
    The names of the circuits to export.
    circuitExportOptions
    The options that will describe how the circuit will be exported.
    outputFolderPath
    The output folder/directory that will contain information about the exported content.
    Exceptions
    ExceptionDescription
    The result types are not supported.
    circuitNames, circuitExportOptions and/or outputFolderPath is null.
    If the circuits are being exported with acknowledge, then this operation cannot be invoked inside ArcGIS.Core.Data.Geodatabase.ApplyEdits or when an edit operation is in progress.
    A geodatabase-related exception has occurred.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also