Get the catalog by name from the database.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectId GetCatalogByName( string name )
VB
Public Function GetCatalogByName ( name As String ) As ObjectId
C++
public: ObjectId GetCatalogByName( String^ name )
Parameters
- name String
- Catalog name.
Return Value
ObjectIdAn ObjectId of a catalog. The ObjectId is Null if the catalog with the name is not found.