×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Rename Set of Parameters

Rename Set of Parameters

Rename Set of Parameters

(OP)
I try to rename a set of parameters and I failed :(
What I am doing wrong?

CODE -->

CATIA.StartCommand ("Clear History")
mySelection.Clear
mySelection.Add (oRootParams)
'mySelection.Search("CATKnowledgeSearch.AdvisorParameterSet.Name='Parameter_Name',all")
mySelection.Search("CATKnowledgeSearch.AdvisorParameterSet.Name='Parameters.1',sel")	 
For i = 1 To CATIA.ActiveDocument.Selection.Count
'On Error Resume Next
Debug.Print(CATIA.ActiveDocument.Selection.Item(i).Value.Name)
CATIA.ActiveDocument.Selection.Item(i).Value.Name = "Test_Name"
'On Error GoTo 0
Next 

RE: Rename Set of Parameters

I don't think you can rename the RootParamSet

regards,
LWolf

RE: Rename Set of Parameters

(OP)
I search only in RootParamSet and I want to change a children of root that is a set of parameters. Manually it is possible and I think is possible also with automation.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources