Database.setIDAllocationStyle


setIDAllocationStyle(attrType, method)

Specifies the manner by which attribute IDs are automatically allocated. Two techniques are available "fromEnd", which behaves like V13, and gives each new attribute an index calculated as one higher than the current highest. Conversely "fillgaps" will reuse IDs where attributes have been deleted.

attrTypestring "Loading", "Support", "Material", etc
methodstring"fillgaps", "fromend"
Return valuenone 

Back to Database

Back to Overview