Answer question
Update propery in primitieve graphic in c# .
Hi stefan,
Thanks to your guide I succeeded in creating my own graphic primitive, which works great.
I am able to get input from 800xA to my program in c#.
The problem I'm having now is that I want to send a variable from my c# program and use it in 800xA.
The easiest way would be to create a property and update the property when the variable in my program changes.
but i can't get it to work.
I am trying to implement something like this:
IF ( int var a != a )
{ update the property in 800xA }
I think these part of your code created tje property when creating the graphic primitive.
So i'm trying to use this as an example, but i can't get it to work.


Thank you in advance,
Nick
Thanks to your guide I succeeded in creating my own graphic primitive, which works great.
I am able to get input from 800xA to my program in c#.
The problem I'm having now is that I want to send a variable from my c# program and use it in 800xA.
The easiest way would be to create a property and update the property when the variable in my program changes.
but i can't get it to work.
I am trying to implement something like this:
IF ( int var a != a )
{ update the property in 800xA }
I think these part of your code created tje property when creating the graphic primitive.
So i'm trying to use this as an example, but i can't get it to work.


Thank you in advance,
Nick