Message 1 of 16
VBA Equivalent of VLAX-GET ???
Not applicable
03-06-2004
03:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
With vlax-get, you can pass it an object and a string and it will return
the property. Is there an equivalent in VBA? In other words if you
have a property name in a string variable, how can you extract a variant
value from an object like an acadobj, such as "TextString" or "Color"?
Thanks in advance!
Terry