What does CommandFlags.Session do?

What does CommandFlags.Session do?

Anonymous
Not applicable
1,839 Views
2 Replies
Message 1 of 3

What does CommandFlags.Session do?

Anonymous
Not applicable
I read the documentation but I'm still confused.

What does this flag do to the command?

Thanks,
C
0 Likes
1,840 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Actually, does anyone know of a place where I can get a description of all
the CommandFlags?

Here's what my ArxRef Help document has to say about them (the descriptions
fields are empty):

Name Description
NoBlockEditor
NoUndoMarker
NoHistory
Interruptible
Session
DocExclusiveLock
DocReadLock
NoInternalLock
NoNewStack
Defun
InProgress
Undefined
NoOem
PlotOnly
NoPaperSpace
NoTileMode
NoMultiple
NoPerspective
Redraw
UsePickSet
Transparent
Modal



"Carlos" wrote in message
news:4947044@discussion.autodesk.com...
I read the documentation but I'm still confused.

What does this flag do to the command?

Thanks,
C
0 Likes
Message 3 of 3

Anonymous
Not applicable
It runs the command in the Application context.

In other words, it behaves like event handlers in
a modeless dialog, which means you must lock
documents before trying to alter their state.

--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
http://www.acadxtabs.com

"Carlos" wrote in message news:4947044@discussion.autodesk.com...
I read the documentation but I'm still confused.

What does this flag do to the command?

Thanks,
C
0 Likes