TurnoutCatalogManager Class

The TurnoutCatalogManager class, manage catalogs in the drawing.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesTurnoutCatalogManager

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class TurnoutCatalogManager

The TurnoutCatalogManager type exposes the following members.

Methods
 NameDescription
Public methodAddCatalog Add catalog to the database.
Public methodGetAllCatalogIds Get all catalog ObjectIds from the database.
Public methodGetCatalogByName Get the catalog by name from the database.
Public methodStatic memberGetTurnoutCatalogManager 
Public methodRemoveAllUnusedCatalogs Remove all unused catalogs from the database.
Public methodRemoveCatalog Remove the catalog by catalog ObjectId.
Public methodRemoveCatalogByName Remove the catalog by catalog name.
Public methodUpdateCatalog Update the catalog by catalog file path. The new catalog requires to follow below conditions:
  • The content is different.
  • The name is the same.
  • The unit is the same.
  • If the old catalog is in use, only support add models for the new catalog.
Top
See Also