Click or drag to resize

ServerModelCatalogLoadPathsMap Property

The mapping between catalog paths and ids.

Namespace:  Demo3D.MultiModel.Server
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 17.00.05
Syntax
C#
public Dictionary<string, int> CatalogLoadPathsMap { get; }

Property Value

Type: DictionaryString, Int32
See Also