KitchenDraw SDK 2
Show / Hide Table of Contents

Method ChangeCatalog

ChangeCatalog(string, string)

Changes a catalog in the scene: replaces each object coming from the old catalog with the same object coming from the new catalog. This operation may leave some objects in unchanged state requiring further actions. Check the Scene.CatalogChangeResult value being returned to examine the issues, or query CatalogChangeErrors to get the description of an error appeared during the last change operation applied to the object.

Declaration
public Scene.CatalogChangeResult ChangeCatalog(string oldCatalogFilenameWithoutExt, string newCatalogFilenameWithoutExt)
Parameters
Type Name Description
string oldCatalogFilenameWithoutExt
string newCatalogFilenameWithoutExt
Returns
Type Description
Scene.CatalogChangeResult
In this article
Back to top Generated by DocFX