Network diagram relation enumerator.
Members
Name | Description | |
---|---|---|
Next | Returns attributes related to the next diagram relation in the enumerator. |
IEnumNetworkDiagramRelation.Next Method
Returns attributes related to the next diagram relation in the enumerator.
Public Sub Next ( _
ByRef FromDEID As Integer, _
ByRef FromSourceID As Integer, _
ByRef fromAssGlobalID As Guid&, _
ByRef ToDEID As Integer, _
ByRef ToSourceID As Integer, _
ByRef toAssGlobalID As Guid& _
)
public void Next (
ref int FromDEID,
ref int FromSourceID,
ref Guid& fromAssGlobalID,
ref int ToDEID,
ref int ToSourceID,
ref Guid& toAssGlobalID
);
Classes that implement IEnumNetworkDiagramRelation
Classes | Description |
---|