API Reference > OdDb Classes > OdDbAnnotativeObjectPE Class > OdDbAnnotativeObjectPE Methods > OdDbAnnotativeObjectPE::setAnnotative Method
OdDbAnnotativeObjectPE::setAnnotative Method
Syntax
C++
virtual OdResult setAnnotative(OdDbObject* pObject, bool bAnnotative) = 0;
Parameters 
Description 
OdDbObject* pObject 
[in] Pointer to the object.  
bool bAnnotative 
[in] The annotative property value. 

Returns eOk if successful, or an appropriate error code if not.

Sets whether an object supports annotation scaling. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.