Provides access to members of flow direction.
Members
Name | Description | |
---|---|---|
FlowDirectionLine | Returns the flow direction line that corresponds to edge element. | |
FlowDirectionType | Returns the flow direction type. | |
GlobalID | Returns the global ID of the feature that the flow direction belongs to. | |
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 |
---|