Click or drag to resize

ServerModelRoutes Property

Gets the collection of routes.

Namespace:  Demo3D.MultiModel.Server
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 17.00.05
Syntax
C#
public ObservableCollection<Route> Routes { get; }

Property Value

Type: ObservableCollectionRoute
See Also