IFlowDirection Interface

Provides access to members of flow direction.

Members

Name Description
Read-only property FlowDirectionLine Returns the flow direction line that corresponds to edge element.
Read-only property FlowDirectionType Returns the flow direction type.
Read-only property GlobalID Returns the global ID of the feature that the flow direction belongs to.
Read-only property NetworkSourceID Returns the network source ID of the feature that the flow direction belongs to.

IFlowDirection.FlowDirectionLine Property

Returns the flow direction line that corresponds to edge element.

Public ReadOnly Property FlowDirectionLine As IPolyline
public IPolyline FlowDirectionLine {get;}

IFlowDirection.FlowDirectionType Property

Returns the flow direction type.

Public ReadOnly Property FlowDirectionType As esriFlowDirection
public esriFlowDirection FlowDirectionType {get;}

Remarks

Direction of flow along an edge in a network are described in esriGeoDatabase::esriFlowDirection

IFlowDirection.GlobalID Property

Returns the global ID of the feature that the flow direction belongs to.

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

IFlowDirection.NetworkSourceID Property

Returns the network source ID of the feature that the flow direction belongs to.

Public ReadOnly Property NetworkSourceID As Integer
public int NetworkSourceID {get;}

Classes that implement IFlowDirection

Classes Description

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