Click or drag to resize

IMultiModelReceiverLoadIdPathMap Property

Map of load ids on the server to catalog paths.

Namespace:  Demo3D.MultiModel.Client
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 17.00.05
Syntax
C#
Dictionary<int, string>? LoadIdPathMap { get; set; }

Property Value

Type: DictionaryInt32, String
See Also