| Name | Description | |
|---|---|---|
![]() | Circuit Constructor | Initializes a new instance of the Circuit class. |
The following tables list the members exposed by Circuit.
| Name | Description | |
|---|---|---|
![]() | Circuit Constructor | Initializes a new instance of the Circuit class. |
| Name | Description | |
|---|---|---|
![]() | Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) |
![]() | Item | Overloaded. Gets or sets the value of a user field at the given index. This property must be called on the MCT. Use QueuedTask.Run. |
| Name | Description | |
|---|---|---|
![]() | Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) |
![]() | GetCircuitSections | Gets the circuit sections dictionary representing the logical connectivity between circuit sections as a directed adjacency list. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetCircuitType | Gets the circuit type. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetGlobalID | Gets the GlobalID of the circuit. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetLastAcknowledgedExport | Gets the date and time of the last acknowledged circuit export. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetLastVerified | Gets the date and time when the circuit was last verified. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetName | Gets the name of the circuit. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetStartLocation | Gets the start location of the circuit. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetStatus | Gets the status of the circuit. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetStopLocation | Gets the stop location of the circuit. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetSubcircuits | Gets the subcircuits. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | IsSectioned | Gets whether the circuit is sectioned. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetCircuitSections | Sets the circuit sections. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetCircuitType | Sets the circuit type. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetGlobalID | Sets the GlobalID of the circuit. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetName | Sets the name of the circuit. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetSectioned | Sets whether the circuit is sectioned. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetStartLocation | Sets the start location of the circuit. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetStopLocation | Sets the stop location of the circuit. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetSubcircuits | Sets the subcircuits. This method must be called on the MCT. Use QueuedTask.Run. |