Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Good Morning Folks,
I was hoping someone could have an example of how to use CreateSelectionFromString
I've tried to format the string arg several ways based on the help, but I keep getting errors. I was hoping someone could point out my flaw.
Attempted
"ASSEMBLY_BLANK.ASM(CSYS_DEF)"
"ASSEMBLY_BLANK.0(CSYS_DEF)"
"ASSEMBLY_BLANK.ASM(47)"
"ASSEMBLY_BLANK.0(47)"
"ASSEMBLY_BLANK.ASM(#47)"
"ASSEMBLY_BLANK.0(#47)"
"ASSEMBLY_BLANK.ASM(CSYS_DEF):"
"ASSEMBLY_BLANK.0(CSYS_DEF):"
"ASSEMBLY_BLANK.ASM(47):"
"ASSEMBLY_BLANK.0(47):"
"ASSEMBLY_BLANK.ASM(#47):"
"ASSEMBLY_BLANK.0(#47):"
Regards,
WOM
PS. I'm wanting to select a coordinate system called CSYS_DEF in an assembly.
Solved! Go to Solution.
I figured out my issue, I didn't to include the /type
This seems to work
"assembly_blank.asm/feature(#47)"
Regards,
WOM
I figured out my issue, I didn't to include the /type
This seems to work
"assembly_blank.asm/feature(#47)"
Regards,
WOM