Vla-get-output
- 構文
- (vla-get-output vla-object)
- 機能
- PreferencesOutput オブジェクトを取得する。
- 引数
-
- vla-object … VLAオブジェクト
- 戻り値
- VLAオブジェクト
- サンプル
(setq AcadOutputPref (vla-get-Output (vla-get-Preferences (vlax-get-acad-object)))) (setq sContinuousPlotLog (vla-get-ContinuousPlotLog AcadOutputPref)) (setq sAutomaticPlotLog (vla-get-AutomaticPlotLog AcadOutputPref))
関連事項