Click or drag to resize

MultiModelServerAspectClientModels Property

A collection of models for the clients connected to the server. Used to display the clients in the AspectViewer.

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

Property Value

Type: ObservableCollectionServerClientModel
See Also