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

int UF_CLONE_ask_part_attrs ?

Status
Not open for further replies.

Ehaviv

Computer
Joined
Jul 2, 2003
Messages
1,012
Location
IL
Hi

Do someone know how to use this function
In vb journal.

int UF_CLONE_ask_part_attrs

Thank you in advance.

 
I don't found its syntax
In nx doc help reference
 
Do someone know how to use this function
In vb journal.


My post title was token from your link.

What I mean is the syntax like this:
ufs.clone.addAssembly(part_name, status)

Thank you for trying to help.
 
Looks like there is no UF wrapper for this in VB.

Use UFPart.AskPartTag(PartName) to get the part tag. Cast it to Part and use GetUserAttributes().


Suresh
 
Hi ufsure and thank you.

Strange?

I'll use your suggestion
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top