Remove the catalog by catalog name.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool RemoveCatalogByName( string name )
VB
Public Function RemoveCatalogByName ( name As String ) As Boolean
C++
public: bool RemoveCatalogByName( String^ name )
Parameters
- name String
Return Value
BooleanRemarks
If return false, please make sure:- The catalog with the name is exist in the drawing.
- The catalog is not in use.
- Never erase the catalog with the usual DBObject.Erase() API.