API Reference > OdDAI Namespace > Classes > ApplicationInstance Class > ApplicationInstance Methods > ApplicationInstance::id Method
ApplicationInstance::id Method
Syntax
C++
virtual OdDbStub* id() const;

The application instance's database identifier represented with a raw pointer to an OdDbStub object.

Retrieves the database object identifier of the application instance.

The method returns a NULL pointer if the application instance is not persistent (i.e. not stored in a database).

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