execute partprogram,or execute specified command.there is way in this forum.
but how to execute from cursor,or execute from specified command?
i wanna it
Seems there are no command out-of-the-box that will do it. but, you can use the PartProgram.SetExecutionMarkedSet method and it will execute the commands you have marked.
So, first mark the section of the program you want to execute.
Call PartProgram.SetExecutionMarkedSet to select the section for execution.
Call PartProgram.Execute
Seems there are no command out-of-the-box that will do it. but, you can use the PartProgram.SetExecutionMarkedSet method and it will execute the commands you have marked.
So, first mark the section of the program you want to execute.
Call PartProgram.SetExecutionMarkedSet to select the section for execution.
Call PartProgram.Execute