Vla-get-menugroups
- 構文
- (vla-get-menugroups vla-object)
- 機能
- menugroups コレクションを取得する。
- 引数
-
- vla-object … MenuGroup の VLAオブジェクト
- 戻り値
- VLA オブジェクト
- サンプル
(setq *menugroups* (vla-get-menugroups (vlax-get-Acad-Object))) ; ダンプ (vlax-dump-object *menugroups*) ; IAcadMenuGroups: A collection of MenuGroup objects representing all the menu groups loaded in the current AutoCAD session ; プロパティの値: ; Application (RO) = #<VLA-OBJECT IAcadApplication 0000000140c591d8> ; Count (RO) = 7 ; Parent (RO) = #<VLA-OBJECT IAcadApplication 0000000140c591d8>
関連事項