TurnoutCatalogManagerGetCatalogByName Method |
Get the catalog by name from the database.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId GetCatalogByName(
string name
)
Public Function GetCatalogByName (
name As String
) As ObjectId
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.
See Also