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 MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

determining "activated" state with vb code ?

Status
Not open for further replies.

maris

Mechanical
Joined
Mar 18, 2003
Messages
5
Location
CA
i'm using v5r12 sp6

if i have my catproduct file loaded and then view the spec tree, by noting the icons for each catproduct file, i can tell with is "Activated" or not, and so changed their respective activation states with a right-click/partname/Activate-Deactivate mouse action.....

question: how do i do the same thing by using vb code?....what api's are responsible for this kind of thing?
 
One of the Properties of every Object in V5 is "Activity". Set to True, it's activated. Set to False, it's de-activated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top