Hi everyone,
I want to get objects that are TextEntity (excluding other annotations like linearDimension etc). Currently, there is only the ObjectType for Annotation.
I noticed that there are two different properties for ObjectEnumeratorSettings: ClassTypeFilter/ObjectTypeFilter. Can I use the ClassTypeFilter to do this?
Also, there’re three methods for GetObjectList:
- GetObjectList(Type)
- GetObjectList(ObjectEnumeratorSettings)
- GetObjectList(ObjectType)
Is there any example code for the first method? I don’t quite get what “Type” means here.
Much Appreciated!