TurnoutCatalogManagerRemoveCatalog Method

Remove the catalog by catalog ObjectId.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool RemoveCatalog(
	ObjectId catalogId
)

Parameters

catalogId  ObjectId
 

Return Value

Boolean
Remarks
If return false, please make sure:
  • The catalog is exist in the drawing.
  • The catalog is not in use.
  • Never erase the catalog with the usual DBObject.Erase() API.
See Also