API Reference > OdDb Classes > OdDbGraphStack Class > OdDbGraphStack::OdDbGraphStack Constructor
OdDbGraphStack::OdDbGraphStack Constructor
Syntax
C++
OdDbGraphStack(int initPhysicalLength = 0, int initGrowLength = 8);
Parameters 
Description 
int initPhysicalLength = 0 
[in] Initial Physical Length.  
int initGrowLength = 8 
[in] Initial Grow Length. 

Physical Length is the maximum number of entries in this Stack object before it automatically grows. 

Grow Length is the number of entries by which the Physical Length will grow as required.

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