Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
WCrihfield
in reply to: cencinaNB2ET

So...do you still need help?

If you need to make a manual (by mouse click) selection to go with your iLogic code, there are a couple popular options.

You can use oDoc.SelectSet

at the beginning of your code.

That captures your existing selection, from before you started the code, into an ObjectCollection.

You can also use the following line, but just change the selection filter and object type to suit your needs:

Dim oObj As Object = ThisApplication.CommandManager.Pick(SelectionFilterEnum.kAllEntities,"Select an Entity")

Wesley Crihfield

EESignature

(Not an Autodesk Employee)