Provides access to a subcircuit.

Members

Name Description
Read-only property ConsumerID Returns the consumer circuit globalID.
Read/write property GlobalID Returns the globalID.
Read/write property Name Returns the name.
Read/write property ProviderID Returns the provider circuit globalID.
Read/write property State Returns the state of this subcircuit.

ISubcircuit.ConsumerID Property

Returns the consumer circuit globalID.

Public ReadOnly Property ConsumerID As Guid
public Guid ConsumerID {get;}

ISubcircuit.GlobalID Property

Returns the globalID.

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

ISubcircuit.Name Property

Returns the name.

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

ISubcircuit.ProviderID Property

Returns the provider circuit globalID.

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

ISubcircuit.State Property

Returns the state of this subcircuit.

Public Property State As esriSubcircuitState
public esriSubcircuitState State {get; set;}

Classes that implement ISubcircuit

Classes Description

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