Message 1 of 1
Count Entity with ODBX
Not applicable
12-17-2009
06:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All
I am not sure whether there will be option available or not. I just want to
know is there any way to get entities with filter without using loop for
ODBX? Or any fast way to filter Entity
coz' it takes all most 2 minutes for one drawing.
For Example: if I have to change text height in particular layer only. I
have to loop for all entire drawing.
(For Each OEnt in DbxDoc.ModelSpace )
It takes very long time for many drawing.
So please help if it could possible to save time.
Thaks
Amrit
I am not sure whether there will be option available or not. I just want to
know is there any way to get entities with filter without using loop for
ODBX? Or any fast way to filter Entity
coz' it takes all most 2 minutes for one drawing.
For Example: if I have to change text height in particular layer only. I
have to loop for all entire drawing.
(For Each OEnt in DbxDoc.ModelSpace )
It takes very long time for many drawing.
So please help if it could possible to save time.
Thaks
Amrit