Network diagram junction enumerator.
Members
Name | Description | |
---|---|---|
Next | Returns attributes related to the next diagram junction in the enumerator. |
IEnumNetworkDiagramJunction.Next Method
Returns attributes related to the next diagram junction 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 Rotation As Double _
)
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 double Rotation
);
Classes that implement IEnumNetworkDiagramJunction
Classes | Description |
---|