Parameters |
Description |
const OdDbObjectId& objectId |
[in] Object ID. |
The method is called during unloading/paging of an object, before anything else is done.
subPage() returns one of the of the following:
Name |
Description |
eOk |
Continue paging. |
eSkipObjPaging |
Skip paging of the specified object. |
eStopPaging |
Stop paging. |
The default implementation does nothing but return eOk. This function can be overridden in custom classes.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|