Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbPageController::subPage Method
Syntax
C++
virtual OdResult subPage(const OdDbObjectId& objectId);

The method is called during unloading/paging of an object, before anything else is done. 

 

Parameters
Description
objectId
[in] Object ID.

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-2022. Open Design Alliance All rights reserved.