API Reference > OdDAI Namespace > Classes > Schema Class > Schema Methods > Schema::find Method
Schema::find Method
Syntax
C++
const EntityPtr find(OdAnsiString entityName) const;

A smart pointer to the found entity definition. If the entity is not found, the method returns a NULL smart pointer.

Searches an entity definition by its name.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.