API Reference > OdDAI Namespace > Classes > OdDAIObjectSDAI Class > OdDAIObjectSDAI Methods > isInstanceOf Method > OdDAIObjectSDAI::isInstanceOf Method (Entity *)
OdDAIObjectSDAI::isInstanceOf Method (Entity *)
Syntax
C++
virtual bool isInstanceOf(const Entity * entityDef) const = 0;
Parameters 
Description 
const Entity * entityDef 
[in] An instance of the Entity class that represents the entity type.  

Returns true if the sdai object is an instance of the specified EXPRESS type; otherwise, the method returns false.

Retrieves whether the sdai object is an instance of a specified EXPRESS type.

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