Tips Tagged: array
Array Along Path
In the newer releases of MicroStation an option was added to the Construct Array tool. The older options included Rectangular and Polar now there is a new option Along Path. This method can be accomplished by Distance, Number, or Both.
Number – defines the number of items placed along a path.
Distance – defines the [...]
Collections and Arrays
Collections in VBA are objects that can store groups of related items, much like an array. Unlike arrays, a single collection can store items of different types because each item in a collection is stored as a Variant. Many developers use collections instead of arrays for storing groups of related items to eliminate the hassles [...]