Message 1 of 2
AutoCAD 2010, Break Command in .NET
Not applicable
11-01-2009
12:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Does anyone know where I find information on the Break Command and how I can go about executing it in the Transaction Manager?
Also, with:
Dim acLine As Line= New Line(New Point3d(Start), New Point3d(End))
It expects Start and End to be numeric values for (x,y,z).
What variation of this Command can be a single variable for (x,y,z) for both Start and End?
Sure would be great to get some information on both of these.
Hey THX!
Golfy
Does anyone know where I find information on the Break Command and how I can go about executing it in the Transaction Manager?
Also, with:
Dim acLine As Line= New Line(New Point3d(Start), New Point3d(End))
It expects Start and End to be numeric values for (x,y,z).
What variation of this Command can be a single variable for (x,y,z) for both Start and End?
Sure would be great to get some information on both of these.
Hey THX!
Golfy