ICircuitSection Interface

Provides access to a circuit section.

Members

Name Description
Method GetStartStopPoint Returns start and stop points.
Method GetSubcircuit Returns subcircuit.
Read-only property Role Returns the circuit section role type.
Read-only property SectionID Returns the section ID.
Read-only property SectionType Returns the circuit section type.
Method SetStartStopPoint Sets start and stop points.
Method SetSubcircuit Sets subcircuit.

ICircuitSection.GetStartStopPoint Method

Returns start and stop points.

Public Sub GetStartStopPoint ( _
    ByRef startPoint As ICircuitPoint, _
    ByRef stopPoint As ICircuitPoint _
)
public void GetStartStopPoint (
    ref ICircuitPoint startPoint,
    ref ICircuitPoint stopPoint
);

ICircuitSection.GetSubcircuit Method

Returns subcircuit.

Public Sub GetSubcircuit ( _
    ByRef Subcircuit As ISubcircuit _
)
public void GetSubcircuit (
    ref ISubcircuit Subcircuit
);

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 ReadOnly Property SectionID As Integer
public int SectionID {get;}

ICircuitSection.SectionType Property

Returns the circuit section type.

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

ICircuitSection.SetStartStopPoint Method

Sets start and stop points.

Public Sub SetStartStopPoint ( _
    ByVal startPoint As ICircuitPoint, _
    ByVal stopPoint As ICircuitPoint _
)
public void SetStartStopPoint (
    ICircuitPoint startPoint,
    ICircuitPoint stopPoint
);

ICircuitSection.SetSubcircuit Method

Sets subcircuit.

Public Sub SetSubcircuit ( _
    ByVal Subcircuit As ISubcircuit _
)
public void SetSubcircuit (
    ISubcircuit Subcircuit
);

Classes that implement ICircuitSection

Classes Description
CircuitSection Utility Network CircuitSection

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