Network diagram edge enumerator.
Members
Name | Description | |
---|---|---|
Next | Returns attributes related to the next diagram edge in the enumerator. |
IEnumNetworkDiagramEdge.Next Method
Returns attributes related to the next diagram edge in the enumerator.
Public Sub Next ( _
ByRef DEID As Integer, _
ByRef containerDEID As Integer, _
ByRef featureID As Int64&, _
ByRef GlobalID As Guid&, _
ByRef associatedGlobalID As Guid&, _
ByRef associatedSourceID As Integer, _
ByRef ppGeometry As IGeometry, _
ByRef FromDEID As Integer, _
ByRef ToDEID As Integer _
)
public void Next (
ref int DEID,
ref int containerDEID,
ref Int64& featureID,
ref Guid& GlobalID,
ref Guid& associatedGlobalID,
ref int associatedSourceID,
ref IGeometry ppGeometry,
ref int FromDEID,
ref int ToDEID
);
Classes that implement IEnumNetworkDiagramEdge
Classes | Description |
---|