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!

Eliminating descriptions

Status
Not open for further replies.

Milothicus

Mechanical
Joined
Sep 21, 2003
Messages
39
Location
CA
I have a parts library of about 1500 parts. the format of the design tables is being overhauled, and i need to get rid of the 'description' custom property in each configuration in each part file.

I have code to open and close all the files, but i can't get code to delete the config-specific property.

i tried searching, but couldn't find what i needed. maybe i was searching for the wrong thing, i don't know.

once i have a configuration selected, how do i delete a particular custom property?
 
Milothicus,
Look at:
RetVal = Part.DeleteCustomInfo("Description")

Bradley
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top