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!

Retrieve Custom Properties Silently?

Status
Not open for further replies.

engAlright

Mechanical
Joined
Jun 12, 2003
Messages
240
Location
CA
Does anyone have any ideas as to how you could, through the API, retrieve custom properties from a part or assembly when that part or assembly isn't open?



 
Macro? Run it throught the task scheduler?
 
It can be done through API (macro, VB, C++). To access properties in VB (and macros), you need the DSOfile component, which can be downloaded from Microsoft.

[bat]"When everyone is thinking alike, no one is thinking very much." --Eckhard Schwarz (1930--2004)[bat]
 
From previous threads on the subject I learned you cannot access CUSTOM properties and configuration specific properties without opening the file.
 
>>From previous threads on the subject I
learned you cannot access CUSTOM properties and configuration specific properties without opening the file.

Its actually possible, but its by no means automatic. Other applications do it; it's more a matter of how many months of development you are willing to put into it.

I do it on a daily basis for a few config-specific variables that are in every company .sldprt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top