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: 19.00.00
Syntax
C#
public Dictionary<string, int> CatalogLoadPathsMap { get; }

Property Value

DictionaryString, Int32
See Also