Message 1 of 3
Not applicable
04-05-2013
03:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a problem setting sysvar like SNAPBASE, which requires 2d point or 3d point.
I always get wrong input for the following lines. can anybody help to take a look?
double[] point = new double[2] {5,5};
object value1 = point;
Application.SetSystemVariable("SNAPBASE", value1);
what value should I give a 2d point or 3d point?
Please help.
Solved! Go to Solution.