DOFRouteInfogetDatagramDistance Method OpenDOF Object Access Library
Get the datagram portion of the distance of this route.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public abstract int getDatagramDistance()

Return Value

Type: Int32
The datagram portion of the distance of this route.
Remarks

Get the datagram portion of the distance of this route. The total distance is the streaming distance plus the datagram distance.
See Also

Reference