Vla-get-automaticplotlog
- 構文
- (vla-get-AutomaticPlotLog vla-object bool)
- 機能
- オプション画面の出力のログを取る保存の設定。
- 引数
-
- vla-object … VLAオブジェクト
- bool … :vlax-true or :vlax-false
- 戻り値
- :vlax-true or :vlax-false
- サンプル
(setq OPref (vla-get-Output (vla-get-Preferences (vlax-get-acad-object)))) (setq sContinuousPlotLog (vla-get-ContinuousPlotLog OPref)) (setq sAutomaticPlotLog (vla-get-AutomaticPlotLog OPref))
関連事項