| Name | Description | |
|---|---|---|
![]() | Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) |
![]() | TelecomDomainNetwork | Gets the telecom domain network that holds the circuits. |
The following tables list the members exposed by CircuitManager.
| Name | Description | |
|---|---|---|
![]() | Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) |
![]() | TelecomDomainNetwork | Gets the telecom domain network that holds the circuits. |
| Name | Description | |
|---|---|---|
![]() | Alter | Updates a circuit row in the circuit table with the provided argument's values. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | Create | Inserts a circuit row in the circuit table with the provided argument's values. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | Delete | Marks the specified circuits as deleted. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) |
![]() | Export | Exports a list of circuits. |
![]() | GetCircuitNames | Gets the names of the circuits in relation to the provided filter. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetCircuits | Gets the circuits in relation to the provided filter. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetCircuitSectionUserFields | Gets the list of user fields from the circuit section table. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetCircuitUserFields | Gets the list of user fields from the circuit table. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetSubcircuitUserFields | Gets the list of user fields from the subcircuit table. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | Verify | Verifies the specified circuits. This method must be called on the MCT. Use QueuedTask.Run. |
| Name | Description | |
|---|---|---|
![]() | AlterInEditOperation | Updates a circuit row in the circuit table with the provided argument's values. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | CreateInEditOperation | Inserts a circuit row in the circuit table with the provided argument's values. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | DeleteInEditOperation | Mark the given circuits as deleted. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | VerifyInEditOperation | Updates the status of a list of circuits. This method must be called on the MCT. Use QueuedTask.Run. |