Hi, I'm finding ObjectID in properties of but only have ObjectName
https://www.progesoft.com/products/prog ... ct/members
I saw in AutoCad, they have ObjectID and ObjectName.
https://help.autodesk.com/view/OARX/202 ... 4DB223053F
Did I miss anything ?
I want get ObjectID from Object and get Object from ObjectID. Any Ideas?
Re: Object.ObjectId in properties
#2Hi Shank,
Not sure, but maybe IntelliCAD doesn't supply the ObjectId property in VBA.
We can use the Handle property instead.
Using HandleToObject to find an object with the given handle:
Not sure, but maybe IntelliCAD doesn't supply the ObjectId property in VBA.
We can use the Handle property instead.
Using HandleToObject to find an object with the given handle:
Code: Select all
Public Function HandleToObject( ByVal Handle As String) As ObjectRe: Object.ObjectId in properties
#3The algorithm will run very slowly when the number of objects exceeds 10,000 if "select all" is used. Do you have any other methods?
And I want download IntelliCAD developer reference.chm, but can't find the link.
And I want download IntelliCAD developer reference.chm, but can't find the link.