Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

API - PropertyManagerPage Macro Question

Status
Not open for further replies.

brengine

Mechanical
Joined
Apr 19, 2001
Messages
616
Location
US
I am writing a macro using the PropertyManagerPage, and graphically selecting objects with the mouse works fine. What I'd like to do is populate a Selection Box with a specific feature by issuing a .Select from a portion of my code.

Currently...
If I have the PropertyManagerPage open I can click any of the features in the tree, and the Selection Box populates correctly. If I Close the PropertyManagerPage and then branch to my code, everything gets programmatically selected correctly. But if I leave the PropertyManagerPage Open and branch to my code during one of the Events, nothing gets programmatically selected (I even verified this with a boolean on the .Select command, True's with the PropertyManagerPage closed, False's with the PropertyManagerPage open).

Can anyone help?
Thanks,
Ken
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top