TurnoutCatalogManagerGetCatalogByName Method

Get the catalog by name from the database.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ObjectId GetCatalogByName(
	string name
)

Parameters

name  String
Catalog name.

Return Value

ObjectId
An ObjectId of a catalog. The ObjectId is Null if the catalog with the name is not found.
See Also