Message 1 of 5
Not applicable
02-29-2012
08:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
We are unable to set the value for system variable "INSNAME" .
It is returning nothing after assigning values for this variable.
We are using below statement for setting the value.
Application.SetSystemVariable("INSNAME ", "test");
string str1 = Application.GetSystemVariable("INSNAME").ToString();
str1 string value is "" (nothing). and value is not assigning to this variable.
(We are working in AutoCAD 2010. using programming language as .net 3.5).
Please give advice on this issue.
Solved! Go to Solution.

