Hi, I am applying the below code. but i am facing the issue is on this button its restating the complete scene. and even if i commit the sendbuffer its not sendingvalue.
any suggestion i am beginner in scripting.
private void vizActionButton4_Click(object sender, EventArgs e)
{
{
vizConnection1.AddToBuffer("RENDERER*TREE*$textobject*GEOM*TEXT SET " + txtbox.Text);
//
vizConnection1.SendBuffer();
}
any suggestion i am beginner in scripting.
private void vizActionButton4_Click(object sender, EventArgs e)
{
{
vizConnection1.AddToBuffer("RENDERER*TREE*$textobject*GEOM*TEXT SET " + txtbox.Text);
//
vizConnection1.SendBuffer();
}
Comment