Click or drag to resize

RoutingTablesAdaptersList Fields

The RoutingTablesAdaptersList type exposes the following members.

Fields
  Name Description
Public field ExistingAdapter A list of all IAdapter that existed in the old route calculation, and also exist in the new route calculation.
Public field NewAdapter A list of all IAdapter that did NOT existed in the old route calculation, but do exist in the new route calculation.
Public field NewAndExistingAdapters A union of NewAdapter with ExistingAdapter.
Public field OldAdapter A list of all IAdapter that existed in the old route calculation, but do NOT exist in the new route calculation.
Top
See Also