[]-35623/親
ユーザーフォームに埋め込んだAutoCADの変化を捉える
SASAYAN

環境/言語:[VB.NET FrameWork4.8] 
分類:[.NET] 

VB.NETでAutoCADに連携する方法で困っています。
起動中のAutoCADに複数のドキュメント(ファイル)が開いているとします。
ファイルタブが複数あって、これをクリックして切り替えるたびに発生する
イベントを捉えてリストボックスにレイヤーのリストを表示させたいです。

ファイルタブの切り替えを捉えるのにどの様に記述すればよいか困っています。
コードの40行目あたりの
Dim docManager As DocumentCollection = Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager
AddHandler docManager.DocumentActivated, AddressOf Me.DocumentActivated
ここで引っ掛かってしまいます。

現在のコード
Imports System.Runtime.InteropServices
Imports Autodesk.AutoCAD.Interop
Imports Autodesk.AutoCAD.Interop.Common
Imports Autodesk.AutoCAD.Runtime
Imports Autodesk.AutoCAD.ApplicationServices
Imports Autodesk.AutoCAD.DatabaseServices
Imports Autodesk.AutoCAD.Geometry
Imports Microsoft.VisualBasic

Publ -->続き

07/21 17:46
[|]
レスを書く
レス無し
Child K-Tai