User Variable

User Variable

Anonymous
Not applicable
286 Views
1 Reply
Message 1 of 2

User Variable

Anonymous
Not applicable
I have set a variable with another application called entcoords. How do I
retrieve the value of the custom variable entcoords using vb.net?
0 Likes
287 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Hi,

Do you mean Environment Variable?
System.Environment.GetEnvironmentVariable("Variable")

Regards,
Bert
0 Likes