Provides access to a circuit section.

Members

Name Description
Read/write property GlobalID
Read-only property Role Returns the circuit section role type.
Read/write property SectionID Returns the section ID.
Read/write property SectionType Returns the circuit section type.
Read/write property StartLocation Returns start location.
Read/write property StopLocation Returns stop location.
Read/write property Subcircuit Returns subcircuit.

ICircuitSection.GlobalID Property

.

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

ICircuitSection.Role Property

Returns the circuit section role type.

Public ReadOnly Property Role As esriCircuitSectionRoleType
public esriCircuitSectionRoleType Role {get;}

ICircuitSection.SectionID Property

Returns the section ID.

Public Property SectionID As Integer
public int SectionID {get; set;}

ICircuitSection.SectionType Property

Returns the circuit section type.

Public Property SectionType As esriCircuitSectionType
public esriCircuitSectionType SectionType {get; set;}

ICircuitSection.StartLocation Property

Returns start location.

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

ICircuitSection.StopLocation Property

Returns stop location.

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

ICircuitSection.Subcircuit Property

Returns subcircuit.

Public Property Subcircuit As ISubcircuit
public ISubcircuit Subcircuit {get; set;}

Classes that implement ICircuitSection

Classes Description

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