[c# .net MicroStation Update 17] iterator for cell libraries per file

i see the cell library collection that can be used to loop through all the configured cell libraries.

CellLibraryCollection cellCollection = new CellLibraryCollection(CellLibraryOptions.IncludeAllLibraries);

but i was wondering if there is a way to make this collection with only cells from a particular cell library file.

Parents Reply Children
No Data