Add catalog to the database.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectId AddCatalog( string path )
VB
Public Function AddCatalog ( path As String ) As ObjectId
C++
public: ObjectId AddCatalog( String^ path )
Parameters
- path String
- The file path of the catalog.
Return Value
ObjectIdAn ObjectId of a catalog.
Exceptions
Exception | Condition |
---|---|
ArgumentException |
Thrown the exception if failed to add the catalog, please make sure:
|