70002492 implement the IvdObjectCollection on more VDF collections objects

Article 70002492
Type Wish
Product Engine
Version 1005
Date Added 3/9/2024 12:00:00 AM
Fixed 11.1.3.0 (3/12/2024 12:00:00 AM)
Submitted by Ikenna Aniobodo

Summary

Solution

In version 11.1.3 IvdObjectCollection is implemented for the following object types
ByteArray
DoubleArray
gPoints
Int32Array
Vectors
Vertexes
vdAttribs
vdBlocks
vdCurves
vdDimstyles
vdEntities
vdGroups
vdHatchPatterns
vdImages
vdLayers
vdLayouts
vdLights
vdLineTypes
vdMultilineStyles
vdNamedUCSs
vdPrimariesList
vdSelection
vdTextstyles
vdViews
vdXProperties

Also a new property ArrayItems exported for the following object types
ByteArray
DoubleArray
Int32Array
gPoints
Vectors
Vertexes

Notes about ArrayItems :
Get the items of the collection in a returned array.
The length of the return collection can be bigger than Count property
this is done with the aim of having better performance of memory allocation
Always access to Count property items of return collection

Send comments on this topic.