Vla-put-windowstate
- 構文
- (vla-put-windowstate vla-object )
- 機能
- アプリケーションまたはドキュメント ウィンドウの状態を設定する。
- 引数
-
- vla-object … VLAオブジェクト
- WindowState … acWindowState 列挙型
- acMin : ウィンドウは、最小化されている。
- acMax : ウィンドウは、最大化されている。
- acNorm : ウィンドウは、通常サイズ状態。(最小化も最大化もされていない)
- 戻り値
- nil
- サンプル
(setq *ActDoc* (vla-get-ActiveDocument (vlax-get-Acad-Object))) (vla-put-windowstate *actdoc* acMax)
関連事項
- vlax-get-acad-object
- vla-get-activedocument
- vla-get-activelayout
- vla-get-configname
- vla-get-stylesheet
- vla-get-canonicalmedianame
- vla-get-centerplot
- vla-get-paperunits
- vla-get-plothidden
- vla-get-plotrotation
- vla-get-plottype
- vla-get-plotorigin
- vla-get-plotwithplotstyles
- vla-get-scalelineweights
- vla-get-usestandardscale
- vla-get-windowstate
- vla-put-configname
- vla-put-stylesheet
- vla-put-canonicalmedianame
- vla-put-centerplot
- vla-put-paperunits
- vla-put-plothidden
- vla-put-plotrotation
- vla-put-plottype
- vla-put-plotorigin
- vla-put-plotwithplotstyles
- vla-put-scalelineweights
- vla-put-usestandardscale
- vla-put-windowstate