Share

TurnoutCatalogManager.GetCatalogByName Method

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

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

See Also

Reference

Was this information helpful?