Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbGraphStack::OdDbGraphStack Constructor
Syntax
C++
OdDbGraphStack(int initPhysicalLength = 0, int initGrowLength = 8);
Parameters
Description
initPhysicalLength
[in] Initial Physical Length.
initGrowLength
[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-2022. Open Design Alliance All rights reserved.