Provides access to a circuit.

Members

Name Description
Read/write property CircuitSections Returns sections.
Read/write property CircuitType Returns the circuit type.
Read/write property GlobalID Returns the globalID.
Read/write property IsSectioned Returns whether the circuit is sectioned.
Read-only property LastExportedTime Returns the last time the circuit was exported.
Read-only property LastVerifiedTime Returns the last time the circuit was verified.
Read/write property Name Returns the name.
Read/write property SectionOrder Returns section order.
Read/write property StartLocation Returns start location.
Read-only property Status Returns the circuit status.
Read/write property StopLocation Returns stop location.
Read/write property Subcircuits Returns subcircuits.

ICircuit.CircuitSections Property

Returns sections.

Public Property CircuitSections As IArray
public IArray CircuitSections {get; set;}

ICircuit.CircuitType Property

Returns the circuit type.

Public Property CircuitType As esriCircuitType
public esriCircuitType CircuitType {get; set;}

ICircuit.GlobalID Property

Returns the globalID.

Public Property GlobalID As Guid
public Guid GlobalID {get; set;}

ICircuit.IsSectioned Property

Returns whether the circuit is sectioned.

Public Property IsSectioned As Boolean
public bool IsSectioned {get; set;}

ICircuit.LastExportedTime Property

Returns the last time the circuit was exported.

Public ReadOnly Property LastExportedTime As Object
public object LastExportedTime {get;}

ICircuit.LastVerifiedTime Property

Returns the last time the circuit was verified.

Public ReadOnly Property LastVerifiedTime As Object
public object LastVerifiedTime {get;}

ICircuit.Name Property

Returns the name.

Public Property Name As String
public string Name {get; set;}

ICircuit.SectionOrder Property

Returns section order.

Public Property SectionOrder As IJSONObject
public IJSONObject SectionOrder {get; set;}

ICircuit.StartLocation Property

Returns start location.

Public Property StartLocation As ICircuitLocation
public ICircuitLocation StartLocation {get; set;}

ICircuit.Status Property

Returns the circuit status.

Public ReadOnly Property Status As esriCircuitStatus
public esriCircuitStatus Status {get;}

ICircuit.StopLocation Property

Returns stop location.

Public Property StopLocation As ICircuitLocation
public ICircuitLocation StopLocation {get; set;}

ICircuit.Subcircuits Property

Returns subcircuits.

Public Property Subcircuits As IArray
public IArray Subcircuits {get; set;}

Classes that implement ICircuit

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.