Distinguish the two identical documents in the different Autocad instances

Distinguish the two identical documents in the different Autocad instances

Anonymous
Not applicable
1,152 Views
1 Reply
Message 1 of 2

Distinguish the two identical documents in the different Autocad instances

Anonymous
Not applicable

Hello,

 

How can I distinguish the two identical documents that are open in different instances of the Autocad application? I can't find properties in the Autodesk.AutoCAD.Interop.AcadDocument class that can distinguish these documents.

I have a task to determine other open instances of the document, except for the active one (the documents are open in other Autocad application instances also can be Active).

 

Thank you!

0 Likes
1,153 Views
1 Reply
Reply (1)
Message 2 of 2

Ed__Jobe
Mentor
Mentor

The com interop api doesn't have file system properties. Use the vb FileSystem to compare file attributes.

Ed


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
How to post your code.

EESignature

0 Likes