「Vla-関数」の版間の差分
細 (→VLA-GET-) |
|||
(同じ利用者による、間の40版が非表示) | |||
1行目: | 1行目: | ||
{{AutoLISP}} | {{AutoLISP}} | ||
== | ==ActiveX(COM) からのトランスポート関数== | ||
* VLA- の関数は、すべてのActiveX | * VLA- の関数は、すべてのActiveX メソッドに対応している(多分)。メソッドを呼び出すためにこれらの関数を使用する。関数的には約1500程度ある。 | ||
* VLA-GET- の関数は、そのプロパティの値を取得できるように、すべてのActiveXプロパティに対応している。 | * VLA-GET- の関数は、そのプロパティの値を取得できるように、すべてのActiveXプロパティに対応している。 | ||
* VLA-PUT- の関数は、プロパティの値を更新できるように、更新可能なプロパティに対応している。 | * VLA-PUT- の関数は、プロパティの値を更新できるように、更新可能なプロパティに対応している。 | ||
* | * ActiveX のプロパティ、メソッド実装に引きずられるので CAD のバージョンによって増減するので注意。>> [[:Category:ActiveX CAD|ActiveXのカテゴリ]] | ||
* | * ActiveXのない Mac版では当然の如く利用できないので、クロスプラットホームを考慮してコーディングする場合は、基本的に使えない。 | ||
* 他の AutoLISP 関数よりデリケート。下手に作るとサクッとCADが落ちたり固まったりするので注意。 | |||
* AutoCAD : 2000 から 事前に ([[vl-load-com]]) を実行しておくことで、VLA-関数を使用できるようになる。 | |||
* BricsCAD :V15から vla-関数をそのまま利用可能。さらに Fast-COM によってマルチOS対応する形で実装されていっている部分がある。Fast-COM 実装によるCOMのバイパスがいい意味での副作用になり対応する関数は最大1000%高速に動作する。([[vl-load-com]]) を実行しても影響ないので入れとくのが吉。 | |||
* IJCAD : 2013 そのまま利用可能だが、([[vl-load-com]]) を実行しても影響ないので入れとくのが吉。 | |||
* [[バージョン履歴とサポートAPI]] | |||
以下vla-関数のリスト。 | 以下vla-関数のリスト。 | ||
108行目: | 116行目: | ||
* [[vla-plottofile]] | * [[vla-plottofile]] | ||
* [[vla-polarpoint]] | * [[vla-polarpoint]] | ||
* [[vla-postcommand]] | |||
* [[vla-prompt]] | * [[vla-prompt]] | ||
* [[vla-purgeall]] | * [[vla-purgeall]] | ||
* [[vla-purgefitdata]] | * [[vla-purgefitdata]] | ||
* [[vla-putremotefile]] | * [[vla-putremotefile]] | ||
* [[vla-quit]] | * [[vla-quit]] | ||
* [[vla-realtostring]] | * [[vla-realtostring]] | ||
155行目: | 163行目: | ||
* [[vla-setbitmaps]] | * [[vla-setbitmaps]] | ||
* [[vla-setblockattributevalue]] | * [[vla-setblockattributevalue]] | ||
* [[vla-setblockattributevalue2]] | |||
* [[vla-setblockrotation]] | * [[vla-setblockrotation]] | ||
* [[vla-setblockscale]] | * [[vla-setblockscale]] | ||
* [[vla-setblocktablerecordid]] | * [[vla-setblocktablerecordid]] | ||
* [[vla-setblocktablerecordid2]] | |||
* [[vla-setblocktablerecordid232]] | |||
* [[vla-setbulge]] | * [[vla-setbulge]] | ||
* [[vla-setcellalignment]] | * [[vla-setcellalignment]] | ||
173行目: | 184行目: | ||
* [[vla-setcolumnwidth]] | * [[vla-setcolumnwidth]] | ||
* [[vla-setcontentcolor]] | * [[vla-setcontentcolor]] | ||
* [[vla-setcontentcolor2]] | |||
* [[vla-setcontrolpoint]] | * [[vla-setcontrolpoint]] | ||
* [[vla-setcustombyindex]] | * [[vla-setcustombyindex]] | ||
178行目: | 190行目: | ||
* [[vla-setcustomscale]] | * [[vla-setcustomscale]] | ||
* [[vla-setdatabase]] | * [[vla-setdatabase]] | ||
* [[vla-setdoglegdirection]] | |||
* [[vla-setfieldid]] | * [[vla-setfieldid]] | ||
* [[vla-setfitpoint]] | * [[vla-setfitpoint]] | ||
199行目: | 212行目: | ||
* [[vla-settextrotation]] | * [[vla-settextrotation]] | ||
* [[vla-settextstyle]] | * [[vla-settextstyle]] | ||
* [[vla-settextstyle2]] | |||
* [[vla-settextstyleid]] | |||
* [[vla-settextstyleid32]] | |||
* [[vla-setvariable]] | * [[vla-setvariable]] | ||
* [[vla-setview]] | * [[vla-setview]] | ||
229行目: | 245行目: | ||
* [[vla-zoomwindow]] | * [[vla-zoomwindow]] | ||
</div> | </div> | ||
==VLA-ADD== | ==VLA-ADD== | ||
* VLA-ADD 系関数はオブジェクトの追加。細かいプロパティの指定ができないので、作ってから調整するか事前にプロパティ整えてから作るとかする必要がある。 | |||
そのため、図形の追加は、簡単に済ますなら [[command]]や[[command-s]]、[[vl-cmdf]]、速度を求めるなら [[entmake]] を使うほうがいいかも。 | |||
<div class="mcol3"> | <div class="mcol3"> | ||
* [[vla-add]] | * [[vla-add]] | ||
267行目: | 284行目: | ||
* [[vla-addmenuitem]] | * [[vla-addmenuitem]] | ||
* [[vla-addminsertblock]] | * [[vla-addminsertblock]] | ||
* [[vla-addmleader]] | |||
* [[vla-addmline]] | * [[vla-addmline]] | ||
* [[vla-addmtext]] | * [[vla-addmtext]] | ||
278行目: | 296行目: | ||
* [[vla-addregion]] | * [[vla-addregion]] | ||
* [[vla-addrevolvedsolid]] | * [[vla-addrevolvedsolid]] | ||
* [[vla-addsection]] | |||
* [[vla-addseparator]] | * [[vla-addseparator]] | ||
* [[vla-addshape]] | * [[vla-addshape]] | ||
401行目: | 420行目: | ||
* [[vla-get-clippingenabled]] | * [[vla-get-clippingenabled]] | ||
* [[vla-get-closed]] | * [[vla-get-closed]] | ||
* [[vla-get-closed2]] | |||
* [[vla-get-color]] | * [[vla-get-color]] | ||
* [[vla-get-colorbookpath]] | * [[vla-get-colorbookpath]] | ||
544行目: | 564行目: | ||
* [[vla-get-horzcellmargin]] | * [[vla-get-horzcellmargin]] | ||
* [[vla-get-hwnd]] | * [[vla-get-hwnd]] | ||
* [[vla-get-hwnd32]] | |||
* [[vla-get-hyperlinkbase]] | * [[vla-get-hyperlinkbase]] | ||
* [[vla-get-hyperlinkdisplaycursor]] | * [[vla-get-hyperlinkdisplaycursor]] | ||
937行目: | 958行目: | ||
* [[vla-getbitmaps]] | * [[vla-getbitmaps]] | ||
* [[vla-getblockattributevalue]] | * [[vla-getblockattributevalue]] | ||
* [[vla-getblockattributevalue2]] | |||
* [[vla-getblockrotation]] | * [[vla-getblockrotation]] | ||
* [[vla-getblockscale]] | * [[vla-getblockscale]] | ||
* [[vla-getblocktablerecordid]] | * [[vla-getblocktablerecordid]] | ||
* [[vla-getblocktablerecordid2]] | |||
* [[vla-getblocktablerecordid232]] | |||
* [[vla-getboundingbox]] | * [[vla-getboundingbox]] | ||
* [[vla-getbulge]] | * [[vla-getbulge]] | ||
972行目: | 996行目: | ||
* [[vla-getfont]] | * [[vla-getfont]] | ||
* [[vla-getfulldraworder]] | * [[vla-getfulldraworder]] | ||
* [[vla-getgcadstate]] | |||
* [[vla-getgridcolor]] | * [[vla-getgridcolor]] | ||
* [[vla-getgridlineweight]] | * [[vla-getgridlineweight]] | ||
1,107行目: | 1,132行目: | ||
* [[vla-put-clippingenabled]] | * [[vla-put-clippingenabled]] | ||
* [[vla-put-closed]] | * [[vla-put-closed]] | ||
* [[vla-put-closed2]] | |||
* [[vla-put-color]] | * [[vla-put-color]] | ||
* [[vla-put-colorbookpath]] | * [[vla-put-colorbookpath]] | ||
1,514行目: | 1,540行目: | ||
* [[CADのActiveX プロパティ]] | * [[CADのActiveX プロパティ]] | ||
* [[CADのActiveX オブジェクトモデル]] | * [[CADのActiveX オブジェクトモデル]] | ||
* [[ActiveX_オブジェクト処理]] | |||
[[Category:AutoLISP]] | [[Category:AutoLISP]] | ||
[[Category:ActiveX_CAD]] | [[Category:ActiveX_CAD]] |
2022年6月24日 (金) 05:44時点における最新版
ActiveX(COM) からのトランスポート関数
- VLA- の関数は、すべてのActiveX メソッドに対応している(多分)。メソッドを呼び出すためにこれらの関数を使用する。関数的には約1500程度ある。
- VLA-GET- の関数は、そのプロパティの値を取得できるように、すべてのActiveXプロパティに対応している。
- VLA-PUT- の関数は、プロパティの値を更新できるように、更新可能なプロパティに対応している。
- ActiveX のプロパティ、メソッド実装に引きずられるので CAD のバージョンによって増減するので注意。>> ActiveXのカテゴリ
- ActiveXのない Mac版では当然の如く利用できないので、クロスプラットホームを考慮してコーディングする場合は、基本的に使えない。
- 他の AutoLISP 関数よりデリケート。下手に作るとサクッとCADが落ちたり固まったりするので注意。
- AutoCAD : 2000 から 事前に (vl-load-com) を実行しておくことで、VLA-関数を使用できるようになる。
- BricsCAD :V15から vla-関数をそのまま利用可能。さらに Fast-COM によってマルチOS対応する形で実装されていっている部分がある。Fast-COM 実装によるCOMのバイパスがいい意味での副作用になり対応する関数は最大1000%高速に動作する。(vl-load-com) を実行しても影響ないので入れとくのが吉。
- IJCAD : 2013 そのまま利用可能だが、(vl-load-com) を実行しても影響ないので入れとくのが吉。
以下vla-関数のリスト。
VLA-
- vla-activate
- vla-anglefromxaxis
- vla-angletoreal
- vla-angletostring
- vla-appendinnerloop
- vla-appenditems
- vla-appendouterloop
- vla-appendvertex
- vla-arraypolar
- vla-arrayrectangular
- vla-attachexternalreference
- vla-attachtoolbartoflyout
- vla-auditinfo
- vla-bind
- vla-block
- vla-boolean
- vla-checkinterference
- vla-clear
- vla-clearsubselection
- vla-cleartablestyleoverrides
- vla-clipboundary
- vla-close
- vla-converttoanonymousblock
- vla-converttostaticblock
- vla-copy
- vla-copyfrom
- vla-copyobjects
- vla-copyprofile
- vla-createentry
- vla-createtypedarray
- vla-delete
- vla-deletecellcontent
- vla-deletecolumns
- vla-deleteconfiguration
- vla-deletefitpoint
- vla-deleteprofile
- vla-deleterows
- vla-detach
- vla-display
- vla-displayplotpreview
- vla-distancetoreal
- vla-dock
- vla-elevateorder
- vla-endundomark
- vla-erase
- vla-eval
- vla-evaluate
- vla-explode
- vla-export
- vla-exportprofile
- vla-fieldcode
- vla-float
- vla-generatelayout
- vla-generateusagedata
- vla-handletoobject
- vla-highlight
- vla-hittest
- vla-import
- vla-importprofile
- vla-indexof
- vla-initializeuserinput
- vla-insertblock
- vla-insertcolumns
- vla-insertinmenubar
- vla-insertloopat
- vla-insertmenuinmenubar
- vla-insertrows
- vla-intersectwith
- vla-ismergedcell
- vla-isremotefile
- vla-isurl
- vla-item
- vla-launchbrowserdialog
- vla-listarx
- vla-load
- vla-loadarx
- vla-loaddvb
- vla-loadshapefile
- vla-mergecells
- vla-mirror
- vla-mirror3d
- vla-modified
- vla-move
- vla-moveabove
- vla-movebelow
- vla-movetobottom
- vla-movetotop
- vla-new
- vla-numcustominfo
- vla-objectidtoobject
- vla-offset
- vla-open
- vla-plottodevice
- vla-plottofile
- vla-polarpoint
- vla-postcommand
- vla-prompt
- vla-purgeall
- vla-purgefitdata
- vla-putremotefile
- vla-quit
- vla-realtostring
- vla-recomputetableblock
- vla-refreshplotdeviceinfo
- vla-regen
- vla-reload
- vla-remove
- vla-removecustombyindex
- vla-removecustombykey
- vla-removeentry
- vla-removefrommenubar
- vla-removeitems
- vla-removemenufrommenubar
- vla-rename
- vla-renameprofile
- vla-replace
- vla-reselectsubregion
- vla-resetblock
- vla-resetprofile
- vla-restore
- vla-reverse
- vla-rotate
- vla-rotate3d
- vla-runmacro
- vla-save
- vla-saveas
- vla-scaleentity
- vla-sectionsolid
- vla-select
- vla-selectatpoint
- vla-selectbypolygon
- vla-selectonscreen
- vla-selectsubregion
- vla-sendcommand
- vla-sendmodelessoperationended
- vla-sendmodelessoperationstart
- vla-setalignment
- vla-setautoscale
- vla-setbackgroundcolor
- vla-setbackgroundcolornone
- vla-setbitmaps
- vla-setblockattributevalue
- vla-setblockattributevalue2
- vla-setblockrotation
- vla-setblockscale
- vla-setblocktablerecordid
- vla-setblocktablerecordid2
- vla-setblocktablerecordid232
- vla-setbulge
- vla-setcellalignment
- vla-setcellbackgroundcolor
- vla-setcellbackgroundcolornone
- vla-setcellcontentcolor
- vla-setcellgridcolor
- vla-setcellgridlineweight
- vla-setcellgridvisibility
- vla-setcelltextheight
- vla-setcelltextstyle
- vla-setcelltype
- vla-setcolor
- vla-setcolorbookcolor
- vla-setcolumnwidth
- vla-setcontentcolor
- vla-setcontentcolor2
- vla-setcontrolpoint
- vla-setcustombyindex
- vla-setcustombykey
- vla-setcustomscale
- vla-setdatabase
- vla-setdoglegdirection
- vla-setfieldid
- vla-setfitpoint
- vla-setfont
- vla-setgridcolor
- vla-setgridlineweight
- vla-setgridspacing
- vla-setgridvisibility
- vla-setinvisibleedge
- vla-setlayoutstoplot
- vla-setnames
- vla-setpattern
- vla-setprojectfilepath
- vla-setrelativedraworder
- vla-setrgb
- vla-setrowheight
- vla-setsnapspacing
- vla-setsubselection
- vla-settext
- vla-settextheight
- vla-settextrotation
- vla-settextstyle
- vla-settextstyle2
- vla-settextstyleid
- vla-settextstyleid32
- vla-setvariable
- vla-setview
- vla-setweight
- vla-setwidth
- vla-setwindowtoplot
- vla-setxdata
- vla-setxrecorddata
- vla-slicesolid
- vla-split
- vla-startbatchmode
- vla-startundomark
- vla-swaporder
- vla-syncmodelview
- vla-transformby
- vla-translatecoordinates
- vla-unload
- vla-unloadarx
- vla-unloaddvb
- vla-unmergecells
- vla-update
- vla-updateentry
- vla-wblock
- vla-zoomall
- vla-zoomcenter
- vla-zoomextents
- vla-zoompickwindow
- vla-zoomprevious
- vla-zoomscaled
- vla-zoomwindow
VLA-ADD
- VLA-ADD 系関数はオブジェクトの追加。細かいプロパティの指定ができないので、作ってから調整するか事前にプロパティ整えてから作るとかする必要がある。
そのため、図形の追加は、簡単に済ますなら commandやcommand-s、vl-cmdf、速度を求めるなら entmake を使うほうがいいかも。
- vla-add
- vla-add3dface
- vla-add3dmesh
- vla-add3dpoly
- vla-addarc
- vla-addattribute
- vla-addbox
- vla-addcircle
- vla-addcone
- vla-addcustominfo
- vla-addcustomobject
- vla-addcylinder
- vla-adddim3pointangular
- vla-adddimaligned
- vla-adddimangular
- vla-adddimarc
- vla-adddimdiametric
- vla-adddimordinate
- vla-adddimradial
- vla-adddimradiallarge
- vla-adddimrotated
- vla-addellipse
- vla-addellipticalcone
- vla-addellipticalcylinder
- vla-addextrudedsolid
- vla-addextrudedsolidalongpath
- vla-addfitpoint
- vla-addhatch
- vla-additems
- vla-addleader
- vla-addlightweightpolyline
- vla-addline
- vla-addmenuitem
- vla-addminsertblock
- vla-addmleader
- vla-addmline
- vla-addmtext
- vla-addobject
- vla-addpoint
- vla-addpolyfacemesh
- vla-addpolyline
- vla-addpviewport
- vla-addraster
- vla-addray
- vla-addregion
- vla-addrevolvedsolid
- vla-addsection
- vla-addseparator
- vla-addshape
- vla-addsolid
- vla-addsphere
- vla-addspline
- vla-addsubmenu
- vla-addtable
- vla-addtext
- vla-addtolerance
- vla-addtoolbarbutton
- vla-addtorus
- vla-addtrace
- vla-addvertex
- vla-addwedge
- vla-addxline
- vla-addxrecord
VLA-GET-
- VLA-GET- は大体プロパティ値の取得
- vla-get-action
- vla-get-active
- vla-get-activedimstyle
- vla-get-activedocument
- vla-get-activelayer
- vla-get-activelayout
- vla-get-activelinetype
- vla-get-activeprofile
- vla-get-activepviewport
- vla-get-activeselectionset
- vla-get-activespace
- vla-get-activetextstyle
- vla-get-activeucs
- vla-get-activeviewport
- vla-get-adcinsertunitsdefaultsource
- vla-get-adcinsertunitsdefaulttarget
- vla-get-affectsgraphics
- vla-get-algorithm
- vla-get-alignment
- vla-get-alignmentpointacquisition
- vla-get-allowedvalues
- vla-get-allowlongsymbolnames
- vla-get-altfontfile
- vla-get-altrounddistance
- vla-get-altsuppressleadingzeros
- vla-get-altsuppresstrailingzeros
- vla-get-altsuppresszerofeet
- vla-get-altsuppresszeroinches
- vla-get-alttabletmenufile
- vla-get-alttextprefix
- vla-get-alttextsuffix
- vla-get-alttoleranceprecision
- vla-get-alttolerancesuppressleadingzeros
- vla-get-alttolerancesuppresstrailingzeros
- vla-get-alttolerancesuppresszerofeet
- vla-get-alttolerancesuppresszeroinches
- vla-get-altunits
- vla-get-altunitsformat
- vla-get-altunitsprecision
- vla-get-altunitsscale
- vla-get-angle
- vla-get-angleformat
- vla-get-anglevertex
- vla-get-annotation
- vla-get-application
- vla-get-arcendparam
- vla-get-arclength
- vla-get-arcpoint
- vla-get-arcsmoothness
- vla-get-arcstartparam
- vla-get-area
- vla-get-arrowhead1block
- vla-get-arrowhead1type
- vla-get-arrowhead2block
- vla-get-arrowhead2type
- vla-get-arrowheadblock
- vla-get-arrowheadsize
- vla-get-arrowheadtype
- vla-get-associativehatch
- vla-get-attachmentpoint
- vla-get-author
- vla-get-autoaudit
- vla-get-automaticplotlog
- vla-get-autosaveinterval
- vla-get-autosavepath
- vla-get-autosnapaperture
- vla-get-autosnapaperturesize
- vla-get-autosnapmagnet
- vla-get-autosnapmarker
- vla-get-autosnapmarkercolor
- vla-get-autosnapmarkersize
- vla-get-autosnaptooltip
- vla-get-autotrackingveccolor
- vla-get-autotracktooltip
- vla-get-backgroundfill
- vla-get-backward
- vla-get-basepoint
- vla-get-batchplotprogress
- vla-get-beeponerror
- vla-get-bigfontfile
- vla-get-bitflags
- vla-get-block
- vla-get-blocks
- vla-get-blockscaling
- vla-get-blue
- vla-get-bookname
- vla-get-brightness
- vla-get-canonicalmedianame
- vla-get-caption
- vla-get-categoryname
- vla-get-center
- vla-get-centermarksize
- vla-get-centerplot
- vla-get-centerpoint
- vla-get-centertype
- vla-get-centroid
- vla-get-check
- vla-get-chordpoint
- vla-get-circumference
- vla-get-clipped
- vla-get-clippingenabled
- vla-get-closed
- vla-get-closed2
- vla-get-color
- vla-get-colorbookpath
- vla-get-colorindex
- vla-get-colormethod
- vla-get-colorname
- vla-get-columns
- vla-get-columnspacing
- vla-get-comment
- vla-get-comments
- vla-get-configfile
- vla-get-configname
- vla-get-constant
- vla-get-constantwidth
- vla-get-continuousplotlog
- vla-get-contourlinespersurface
- vla-get-contrast
- vla-get-controlpoints
- vla-get-coordinate
- vla-get-coordinates
- vla-get-count
- vla-get-createbackup
- vla-get-cursorsize
- vla-get-customdictionary
- vla-get-customscale
- vla-get-database
- vla-get-decimalseparator
- vla-get-defaultinterneturl
- vla-get-defaultoutputdevice
- vla-get-defaultplotstyleforlayer
- vla-get-defaultplotstyleforobjects
- vla-get-defaultplotstyletable
- vla-get-defaultplottofilepath
- vla-get-degree
- vla-get-delta
- vla-get-demandloadarxapp
- vla-get-description
- vla-get-diameter
- vla-get-dictionaries
- vla-get-dimensionlinecolor
- vla-get-dimensionlineextend
- vla-get-dimensionlineweight
- vla-get-dimline1suppress
- vla-get-dimline2suppress
- vla-get-dimlineinside
- vla-get-dimlinesuppress
- vla-get-dimstyles
- vla-get-direction
- vla-get-directionvector
- vla-get-display
- vla-get-displaygrips
- vla-get-displaygripswithinblocks
- vla-get-displaylayouttabs
- vla-get-displaylocked
- vla-get-displayolescale
- vla-get-displayscreenmenu
- vla-get-displayscrollbars
- vla-get-displaysilhouette
- vla-get-dockedvisiblelines
- vla-get-dockstatus
- vla-get-document
- vla-get-documents
- vla-get-drafting
- vla-get-drawingdirection
- vla-get-driverspath
- vla-get-effectivename
- vla-get-elevation
- vla-get-elevationmodelspace
- vla-get-elevationpaperspace
- vla-get-enable
- vla-get-enablestartupdialog
- vla-get-endangle
- vla-get-endparameter
- vla-get-endpoint
- vla-get-endsubmenulevel
- vla-get-endtangent
- vla-get-entitycolor
- vla-get-explodable
- vla-get-extensionlinecolor
- vla-get-extensionlineextend
- vla-get-extensionlineoffset
- vla-get-extensionlineweight
- vla-get-extline1endpoint
- vla-get-extline1point
- vla-get-extline1startpoint
- vla-get-extline1suppress
- vla-get-extline2endpoint
- vla-get-extline2point
- vla-get-extline2startpoint
- vla-get-extline2suppress
- vla-get-fade
- vla-get-feature
- vla-get-fieldlength
- vla-get-filedependencies
- vla-get-filename
- vla-get-files
- vla-get-filesize
- vla-get-fingerprintguid
- vla-get-fit
- vla-get-fitpoints
- vla-get-fittolerance
- vla-get-floatingrows
- vla-get-flowdirection
- vla-get-flyout
- vla-get-fontfile
- vla-get-fontfilemap
- vla-get-forcelineinside
- vla-get-foundpath
- vla-get-fractionformat
- vla-get-freeze
- vla-get-fullcrcvalidation
- vla-get-fullfilename
- vla-get-fullname
- vla-get-fullscreentrackingvector
- vla-get-gradientangle
- vla-get-gradientcentered
- vla-get-gradientcolor1
- vla-get-gradientcolor2
- vla-get-gradientname
- vla-get-graphicswinlayoutbackgrndcolor
- vla-get-graphicswinmodelbackgrndcolor
- vla-get-green
- vla-get-gridon
- vla-get-gripcolorselected
- vla-get-gripcolorunselected
- vla-get-gripsize
- vla-get-groups
- vla-get-handle
- vla-get-hasattributes
- vla-get-hasextensiondictionary
- vla-get-hasleader
- vla-get-hassheetview
- vla-get-hassubselection
- vla-get-hasvpassociation
- vla-get-hatchobjecttype
- vla-get-hatchstyle
- vla-get-headersuppressed
- vla-get-height
- vla-get-helpfilepath
- vla-get-helpstring
- vla-get-historylines
- vla-get-horizontaltextposition
- vla-get-horzcellmargin
- vla-get-hwnd
- vla-get-hwnd32
- vla-get-hyperlinkbase
- vla-get-hyperlinkdisplaycursor
- vla-get-hyperlinkdisplaytooltip
- vla-get-hyperlinks
- vla-get-imagefile
- vla-get-imageframehighlight
- vla-get-imageheight
- vla-get-imagevisibility
- vla-get-imagewidth
- vla-get-incrementalsavepercent
- vla-get-index
- vla-get-insertionpoint
- vla-get-insunits
- vla-get-insunitsfactor
- vla-get-invisible
- vla-get-iscloned
- vla-get-isdynamicblock
- vla-get-islayout
- vla-get-ismodified
- vla-get-isopenwidth
- vla-get-isownerxlated
- vla-get-ispartial
- vla-get-isperiodic
- vla-get-isplanar
- vla-get-isprimary
- vla-get-isquiescent
- vla-get-isrational
- vla-get-issuer
- vla-get-isxref
- vla-get-jogangle
- vla-get-joglocation
- vla-get-justification
- vla-get-key
- vla-get-keyboardaccelerator
- vla-get-keyboardpriority
- vla-get-keylength
- vla-get-keywords
- vla-get-knots
- vla-get-label
- vla-get-labelblockid
- vla-get-largebuttons
- vla-get-lastheight
- vla-get-lastsavedby
- vla-get-layer
- vla-get-layeron
- vla-get-layers
- vla-get-layerstate
- vla-get-layout
- vla-get-layoutcreateviewport
- vla-get-layoutcrosshaircolor
- vla-get-layoutdisplaymargins
- vla-get-layoutdisplaypaper
- vla-get-layoutdisplaypapershadow
- vla-get-layoutid
- vla-get-layouts
- vla-get-layoutshowplotsetup
- vla-get-leader1point
- vla-get-leader2point
- vla-get-left
- vla-get-length
- vla-get-lenslength
- vla-get-limits
- vla-get-linearscalefactor
- vla-get-linespacingdistance
- vla-get-linespacingfactor
- vla-get-linespacingstyle
- vla-get-linetype
- vla-get-linetypegeneration
- vla-get-linetypes
- vla-get-linetypescale
- vla-get-lineweight
- vla-get-lineweightdisplay
- vla-get-loadacadlspinalldocuments
- vla-get-localeid
- vla-get-lock
- vla-get-lockaspectratio
- vla-get-lockposition
- vla-get-logfileon
- vla-get-logfilepath
- vla-get-lowerleftcorner
- vla-get-macro
- vla-get-maindictionary
- vla-get-majoraxis
- vla-get-majorradius
- vla-get-mask
- vla-get-maxactiveviewports
- vla-get-maxautocadwindow
- vla-get-mclose
- vla-get-mdensity
- vla-get-measurement
- vla-get-menubar
- vla-get-menufile
- vla-get-menufilename
- vla-get-menugroups
- vla-get-menus
- vla-get-minimumtableheight
- vla-get-minimumtablewidth
- vla-get-minoraxis
- vla-get-minorradius
- vla-get-mlinescale
- vla-get-mode
- vla-get-modelcrosshaircolor
- vla-get-modelspace
- vla-get-modeltype
- vla-get-modelview
- vla-get-momentofinertia
- vla-get-mrunumber
- vla-get-mspace
- vla-get-mvertexcount
- vla-get-name
- vla-get-namenomnemonic
- vla-get-nclose
- vla-get-ndensity
- vla-get-normal
- vla-get-numberofcontrolpoints
- vla-get-numberofcopies
- vla-get-numberoffaces
- vla-get-numberoffitpoints
- vla-get-numberofloops
- vla-get-numberofvertices
- vla-get-nvertexcount
- vla-get-objectid
- vla-get-objectname
- vla-get-objectsnapmode
- vla-get-objectsortbyplotting
- vla-get-objectsortbypsoutput
- vla-get-objectsortbyredraws
- vla-get-objectsortbyregens
- vla-get-objectsortbyselection
- vla-get-objectsortbysnap
- vla-get-obliqueangle
- vla-get-oleitemtype
- vla-get-olelaunch
- vla-get-oleplotquality
- vla-get-olequality
- vla-get-olesourceapp
- vla-get-onmenubar
- vla-get-opensave
- vla-get-origin
- vla-get-orthoon
- vla-get-output
- vla-get-overridecenter
- vla-get-ownerid
- vla-get-pagesetupoverridestemplatefile
- vla-get-paperspace
- vla-get-paperunits
- vla-get-parent
- vla-get-password
- vla-get-path
- vla-get-patternangle
- vla-get-patterndouble
- vla-get-patternname
- vla-get-patternscale
- vla-get-patternspace
- vla-get-patterntype
- vla-get-perimeter
- vla-get-pickadd
- vla-get-pickauto
- vla-get-pickboxsize
- vla-get-pickdrag
- vla-get-pickfirst
- vla-get-pickfirstselectionset
- vla-get-pickgroup
- vla-get-plot
- vla-get-plotconfigurations
- vla-get-plothidden
- vla-get-plotlegacy
- vla-get-plotlogfilepath
- vla-get-plotorigin
- vla-get-plotpolicy
- vla-get-plotrotation
- vla-get-plotstylename
- vla-get-plottable
- vla-get-plottype
- vla-get-plotviewportborders
- vla-get-plotviewportsfirst
- vla-get-plotwithlineweights
- vla-get-plotwithplotstyles
- vla-get-polartrackingvector
- vla-get-postscriptprologfile
- vla-get-preferences
- vla-get-preset
- vla-get-primaryunitsprecision
- vla-get-principaldirections
- vla-get-principalmoments
- vla-get-printerconfigpath
- vla-get-printerdescpath
- vla-get-printerpapersizealert
- vla-get-printerspoolalert
- vla-get-printerstylesheetpath
- vla-get-printfile
- vla-get-printspoolerpath
- vla-get-printspoolexecutable
- vla-get-productofinertia
- vla-get-profiles
- vla-get-promptstring
- vla-get-propertyname
- vla-get-providername
- vla-get-providertype
- vla-get-proxyimage
- vla-get-qnewtemplatefile
- vla-get-quieterrormode
- vla-get-radiiofgyration
- vla-get-radius
- vla-get-radiusratio
- vla-get-readonly
- vla-get-red
- vla-get-referencecount
- vla-get-regeneratetablesuppressed
- vla-get-registeredapplications
- vla-get-rendersmoothness
- vla-get-revisionnumber
- vla-get-rotation
- vla-get-rounddistance
- vla-get-rows
- vla-get-rowspacing
- vla-get-saveastype
- vla-get-saved
- vla-get-savepreviewthumbnail
- vla-get-scalefactor
- vla-get-scaleheight
- vla-get-scalelineweights
- vla-get-scalewidth
- vla-get-scmcommandmode
- vla-get-scmdefaultmode
- vla-get-scmeditmode
- vla-get-scmtimemode
- vla-get-scmtimevalue
- vla-get-secondpoint
- vla-get-segmentperpolyline
- vla-get-selection
- vla-get-selectionsets
- vla-get-serialnumber
- vla-get-shadeplot
- vla-get-sheetview
- vla-get-shortcutmenu
- vla-get-shortcutmenudisplay
- vla-get-show
- vla-get-showplotstyles
- vla-get-showproxydialogbox
- vla-get-showrasterimage
- vla-get-showrotation
- vla-get-showwarningmessages
- vla-get-singledocumentmode
- vla-get-snapbasepoint
- vla-get-snapon
- vla-get-snaprotationangle
- vla-get-solidfill
- vla-get-standardscale
- vla-get-startangle
- vla-get-startparameter
- vla-get-startpoint
- vla-get-starttangent
- vla-get-statusid
- vla-get-storesqlindex
- vla-get-stylename
- vla-get-stylesheet
- vla-get-subject
- vla-get-submenu
- vla-get-summaryinfo
- vla-get-supportpath
- vla-get-suppressleadingzeros
- vla-get-suppresstrailingzeros
- vla-get-suppresszerofeet
- vla-get-suppresszeroinches
- vla-get-symbolposition
- vla-get-system
- vla-get-tablesreadonly
- vla-get-tablestyleoverrides
- vla-get-taborder
- vla-get-tagstring
- vla-get-target
- vla-get-tempfileextension
- vla-get-tempfilepath
- vla-get-templatedwgpath
- vla-get-tempxrefpath
- vla-get-textalignmentpoint
- vla-get-textcolor
- vla-get-texteditor
- vla-get-textfont
- vla-get-textfontsize
- vla-get-textfontstyle
- vla-get-textframedisplay
- vla-get-textgap
- vla-get-textgenerationflag
- vla-get-textheight
- vla-get-textinside
- vla-get-textinsidealign
- vla-get-textmovement
- vla-get-textoutsidealign
- vla-get-textoverride
- vla-get-textposition
- vla-get-textprecision
- vla-get-textprefix
- vla-get-textrotation
- vla-get-textstring
- vla-get-textstyle
- vla-get-textstyles
- vla-get-textsuffix
- vla-get-texturemappath
- vla-get-textwinbackgrndcolor
- vla-get-textwintextcolor
- vla-get-thickness
- vla-get-timeserver
- vla-get-timestamp
- vla-get-title
- vla-get-titlesuppressed
- vla-get-tolerancedisplay
- vla-get-toleranceheightscale
- vla-get-tolerancejustification
- vla-get-tolerancelowerlimit
- vla-get-toleranceprecision
- vla-get-tolerancesuppressleadingzeros
- vla-get-tolerancesuppresstrailingzeros
- vla-get-tolerancesuppresszerofeet
- vla-get-tolerancesuppresszeroinches
- vla-get-toleranceupperlimit
- vla-get-toolbars
- vla-get-toolpalettepath
- vla-get-top
- vla-get-totalangle
- vla-get-translateids
- vla-get-transparency
- vla-get-truecolor
- vla-get-truecolorimages
- vla-get-twistangle
- vla-get-type
- vla-get-ucsiconatorigin
- vla-get-ucsiconon
- vla-get-ucsperviewport
- vla-get-units
- vla-get-unitsformat
- vla-get-unitstype
- vla-get-upperrightcorner
- vla-get-upsidedown
- vla-get-url
- vla-get-urldescription
- vla-get-urlnamedlocation
- vla-get-used
- vla-get-uselastplotsettings
- vla-get-user
- vla-get-usercoordinatesystems
- vla-get-usestandardscale
- vla-get-utility
- vla-get-value
- vla-get-vbe
- vla-get-verify
- vla-get-version
- vla-get-versionguid
- vla-get-vertcellmargin
- vla-get-verticaltextposition
- vla-get-viewportdefault
- vla-get-viewporton
- vla-get-viewports
- vla-get-views
- vla-get-viewtoplot
- vla-get-visibilityedge1
- vla-get-visibilityedge2
- vla-get-visibilityedge3
- vla-get-visibilityedge4
- vla-get-visible
- vla-get-volume
- vla-get-weights
- vla-get-width
- vla-get-windowleft
- vla-get-windowstate
- vla-get-windowtitle
- vla-get-windowtop
- vla-get-workspacepath
- vla-get-xeffectivescalefactor
- vla-get-xrefdatabase
- vla-get-xrefdemandload
- vla-get-xrefedit
- vla-get-xreffadeintensity
- vla-get-xreflayervisibility
- vla-get-xscalefactor
- vla-get-xvector
- vla-get-yeffectivescalefactor
- vla-get-yscalefactor
- vla-get-yvector
- vla-get-zeffectivescalefactor
- vla-get-zscalefactor
- vla-getacadstate
- vla-getalignment
- vla-getallprofilenames
- vla-getangle
- vla-getattachmentpoint
- vla-getattributes
- vla-getautoscale
- vla-getbackgroundcolor
- vla-getbackgroundcolornone
- vla-getbitmaps
- vla-getblockattributevalue
- vla-getblockattributevalue2
- vla-getblockrotation
- vla-getblockscale
- vla-getblocktablerecordid
- vla-getblocktablerecordid2
- vla-getblocktablerecordid232
- vla-getboundingbox
- vla-getbulge
- vla-getcanonicalmedianames
- vla-getcellalignment
- vla-getcellbackgroundcolor
- vla-getcellbackgroundcolornone
- vla-getcellcontentcolor
- vla-getcellextents
- vla-getcellgridcolor
- vla-getcellgridlineweight
- vla-getcellgridvisibility
- vla-getcellstyleoverrides
- vla-getcelltextheight
- vla-getcelltextstyle
- vla-getcelltype
- vla-getcolor
- vla-getcolumnwidth
- vla-getconstantattributes
- vla-getcontentcolor
- vla-getcontrolpoint
- vla-getcorner
- vla-getcustombyindex
- vla-getcustombykey
- vla-getcustomscale
- vla-getdistance
- vla-getdynamicblockproperties
- vla-getentity
- vla-getextensiondictionary
- vla-getfieldid
- vla-getfitpoint
- vla-getfont
- vla-getfulldraworder
- vla-getgcadstate
- vla-getgridcolor
- vla-getgridlineweight
- vla-getgridspacing
- vla-getgridvisibility
- vla-getinput
- vla-getinteger
- vla-getinterfaceobject
- vla-getinvisibleedge
- vla-getkeyword
- vla-getlocalemedianame
- vla-getloopat
- vla-getminimumcolumnwidth
- vla-getminimumrowheight
- vla-getname
- vla-getobject
- vla-getorientation
- vla-getpapermargins
- vla-getpapersize
- vla-getplotdevicenames
- vla-getplotstyletablenames
- vla-getpoint
- vla-getprojectfilepath
- vla-getreal
- vla-getrelativedraworder
- vla-getremotefile
- vla-getrowheight
- vla-getrowtype
- vla-getsnapspacing
- vla-getstring
- vla-getsubentity
- vla-getsubselection
- vla-gettext
- vla-gettextheight
- vla-gettextrotation
- vla-gettextstyle
- vla-getucsmatrix
- vla-getvariable
- vla-getweight
- vla-getwidth
- vla-getwindowtoplot
- vla-getxdata
- vla-getxrecorddata
VLA-PUT-
- VLA-PUT- の関数は大体プロパティ値の設定
- vla-put-action
- vla-put-activedimstyle
- vla-put-activedocument
- vla-put-activelayer
- vla-put-activelayout
- vla-put-activelinetype
- vla-put-activeprofile
- vla-put-activepviewport
- vla-put-activespace
- vla-put-activetextstyle
- vla-put-activeucs
- vla-put-activeviewport
- vla-put-adcinsertunitsdefaultsource
- vla-put-adcinsertunitsdefaulttarget
- vla-put-algorithm
- vla-put-alignment
- vla-put-alignmentpointacquisition
- vla-put-allowlongsymbolnames
- vla-put-altfontfile
- vla-put-altrounddistance
- vla-put-altsuppressleadingzeros
- vla-put-altsuppresstrailingzeros
- vla-put-altsuppresszerofeet
- vla-put-altsuppresszeroinches
- vla-put-alttabletmenufile
- vla-put-alttextprefix
- vla-put-alttextsuffix
- vla-put-alttoleranceprecision
- vla-put-alttolerancesuppressleadingzeros
- vla-put-alttolerancesuppresstrailingzeros
- vla-put-alttolerancesuppresszerofeet
- vla-put-alttolerancesuppresszeroinches
- vla-put-altunits
- vla-put-altunitsformat
- vla-put-altunitsprecision
- vla-put-altunitsscale
- vla-put-angleformat
- vla-put-anglevertex
- vla-put-annotation
- vla-put-arcendparam
- vla-put-arcpoint
- vla-put-arcsmoothness
- vla-put-arcstartparam
- vla-put-area
- vla-put-arrowhead1block
- vla-put-arrowhead1type
- vla-put-arrowhead2block
- vla-put-arrowhead2type
- vla-put-arrowheadblock
- vla-put-arrowheadsize
- vla-put-arrowheadtype
- vla-put-associativehatch
- vla-put-attachmentpoint
- vla-put-author
- vla-put-autoaudit
- vla-put-automaticplotlog
- vla-put-autosaveinterval
- vla-put-autosavepath
- vla-put-autosnapaperture
- vla-put-autosnapaperturesize
- vla-put-autosnapmagnet
- vla-put-autosnapmarker
- vla-put-autosnapmarkercolor
- vla-put-autosnapmarkersize
- vla-put-autosnaptooltip
- vla-put-autotrackingveccolor
- vla-put-autotracktooltip
- vla-put-backgroundfill
- vla-put-backward
- vla-put-basepoint
- vla-put-batchplotprogress
- vla-put-beeponerror
- vla-put-bigfontfile
- vla-put-bitflags
- vla-put-blockscaling
- vla-put-brightness
- vla-put-canonicalmedianame
- vla-put-categoryname
- vla-put-center
- vla-put-centermarksize
- vla-put-centerplot
- vla-put-centerpoint
- vla-put-centertype
- vla-put-check
- vla-put-chordpoint
- vla-put-circumference
- vla-put-clippingenabled
- vla-put-closed
- vla-put-closed2
- vla-put-color
- vla-put-colorbookpath
- vla-put-colorindex
- vla-put-colormethod
- vla-put-columns
- vla-put-columnspacing
- vla-put-columnwidth
- vla-put-comment
- vla-put-comments
- vla-put-configname
- vla-put-constant
- vla-put-constantwidth
- vla-put-continuousplotlog
- vla-put-contourlinespersurface
- vla-put-contrast
- vla-put-controlpoints
- vla-put-coordinate
- vla-put-coordinates
- vla-put-createbackup
- vla-put-cursorsize
- vla-put-customdictionary
- vla-put-customscale
- vla-put-decimalseparator
- vla-put-defaultinterneturl
- vla-put-defaultoutputdevice
- vla-put-defaultplotstyleforlayer
- vla-put-defaultplotstyleforobjects
- vla-put-defaultplotstyletable
- vla-put-defaultplottofilepath
- vla-put-demandloadarxapp
- vla-put-description
- vla-put-diameter
- vla-put-dimensionlinecolor
- vla-put-dimensionlineextend
- vla-put-dimensionlineweight
- vla-put-dimline1suppress
- vla-put-dimline2suppress
- vla-put-dimlineinside
- vla-put-dimlinesuppress
- vla-put-direction
- vla-put-directionvector
- vla-put-displaygrips
- vla-put-displaygripswithinblocks
- vla-put-displaylayouttabs
- vla-put-displaylocked
- vla-put-displayolescale
- vla-put-displayscreenmenu
- vla-put-displayscrollbars
- vla-put-displaysilhouette
- vla-put-dockedvisiblelines
- vla-put-drawingdirection
- vla-put-driverspath
- vla-put-elevation
- vla-put-elevationmodelspace
- vla-put-elevationpaperspace
- vla-put-enable
- vla-put-enablestartupdialog
- vla-put-endangle
- vla-put-endparameter
- vla-put-endpoint
- vla-put-endsubmenulevel
- vla-put-endtangent
- vla-put-entitycolor
- vla-put-explodable
- vla-put-extensionlinecolor
- vla-put-extensionlineextend
- vla-put-extensionlineoffset
- vla-put-extensionlineweight
- vla-put-extline1endpoint
- vla-put-extline1point
- vla-put-extline1startpoint
- vla-put-extline1suppress
- vla-put-extline2endpoint
- vla-put-extline2point
- vla-put-extline2startpoint
- vla-put-extline2suppress
- vla-put-fade
- vla-put-fieldlength
- vla-put-fit
- vla-put-fitpoints
- vla-put-fittolerance
- vla-put-floatingrows
- vla-put-flowdirection
- vla-put-fontfile
- vla-put-fontfilemap
- vla-put-forcelineinside
- vla-put-fractionformat
- vla-put-freeze
- vla-put-fullcrcvalidation
- vla-put-fullscreentrackingvector
- vla-put-gradientangle
- vla-put-gradientcentered
- vla-put-gradientcolor1
- vla-put-gradientcolor2
- vla-put-gradientname
- vla-put-graphicswinlayoutbackgrndcolor
- vla-put-graphicswinmodelbackgrndcolor
- vla-put-gridon
- vla-put-gripcolorselected
- vla-put-gripcolorunselected
- vla-put-gripsize
- vla-put-hasleader
- vla-put-hasvpassociation
- vla-put-hatchobjecttype
- vla-put-hatchstyle
- vla-put-headersuppressed
- vla-put-height
- vla-put-helpfilepath
- vla-put-helpstring
- vla-put-historylines
- vla-put-horizontaltextposition
- vla-put-horzcellmargin
- vla-put-hyperlinkbase
- vla-put-hyperlinkdisplaycursor
- vla-put-hyperlinkdisplaytooltip
- vla-put-imagefile
- vla-put-imageframehighlight
- vla-put-imageheight
- vla-put-imagevisibility
- vla-put-imagewidth
- vla-put-incrementalsavepercent
- vla-put-insertionpoint
- vla-put-invisible
- vla-put-isopenwidth
- vla-put-ispartial
- vla-put-issuer
- vla-put-jogangle
- vla-put-joglocation
- vla-put-justification
- vla-put-keyboardaccelerator
- vla-put-keyboardpriority
- vla-put-keylength
- vla-put-keywords
- vla-put-knots
- vla-put-label
- vla-put-labelblockid
- vla-put-largebuttons
- vla-put-lastheight
- vla-put-lastsavedby
- vla-put-layer
- vla-put-layeron
- vla-put-layerstate
- vla-put-layoutcreateviewport
- vla-put-layoutcrosshaircolor
- vla-put-layoutdisplaymargins
- vla-put-layoutdisplaypaper
- vla-put-layoutdisplaypapershadow
- vla-put-layoutid
- vla-put-layoutshowplotsetup
- vla-put-leader1point
- vla-put-leader2point
- vla-put-leaderlength
- vla-put-left
- vla-put-lenslength
- vla-put-limits
- vla-put-linearscalefactor
- vla-put-linespacingdistance
- vla-put-linespacingfactor
- vla-put-linespacingstyle
- vla-put-linetype
- vla-put-linetypegeneration
- vla-put-linetypescale
- vla-put-lineweight
- vla-put-lineweightdisplay
- vla-put-loadacadlspinalldocuments
- vla-put-lock
- vla-put-lockaspectratio
- vla-put-lockposition
- vla-put-logfileon
- vla-put-logfilepath
- vla-put-macro
- vla-put-maindictionary
- vla-put-majoraxis
- vla-put-majorradius
- vla-put-mask
- vla-put-maxactiveviewports
- vla-put-maxautocadwindow
- vla-put-mclose
- vla-put-mdensity
- vla-put-menufile
- vla-put-minorradius
- vla-put-mlinescale
- vla-put-mode
- vla-put-modelcrosshaircolor
- vla-put-modelview
- vla-put-mspace
- vla-put-name
- vla-put-nclose
- vla-put-ndensity
- vla-put-normal
- vla-put-numberofcopies
- vla-put-objectsnapmode
- vla-put-objectsortbyplotting
- vla-put-objectsortbypsoutput
- vla-put-objectsortbyredraws
- vla-put-objectsortbyregens
- vla-put-objectsortbyselection
- vla-put-objectsortbysnap
- vla-put-obliqueangle
- vla-put-oleitemtype
- vla-put-olelaunch
- vla-put-oleplotquality
- vla-put-olequality
- vla-put-olesourceapp
- vla-put-origin
- vla-put-orthoon
- vla-put-overridecenter
- vla-put-pagesetupoverridestemplatefile
- vla-put-paperunits
- vla-put-password
- vla-put-path
- vla-put-patternangle
- vla-put-patterndouble
- vla-put-patternscale
- vla-put-patternspace
- vla-put-pickadd
- vla-put-pickauto
- vla-put-pickboxsize
- vla-put-pickdrag
- vla-put-pickfirst
- vla-put-pickgroup
- vla-put-plothidden
- vla-put-plotlegacy
- vla-put-plotlogfilepath
- vla-put-plotorigin
- vla-put-plotpolicy
- vla-put-plotrotation
- vla-put-plotstylename
- vla-put-plottable
- vla-put-plottype
- vla-put-plotviewportborders
- vla-put-plotviewportsfirst
- vla-put-plotwithlineweights
- vla-put-plotwithplotstyles
- vla-put-polartrackingvector
- vla-put-postscriptprologfile
- vla-put-preset
- vla-put-primaryunitsprecision
- vla-put-printerconfigpath
- vla-put-printerdescpath
- vla-put-printerpapersizealert
- vla-put-printerspoolalert
- vla-put-printerstylesheetpath
- vla-put-printfile
- vla-put-printspoolerpath
- vla-put-printspoolexecutable
- vla-put-promptstring
- vla-put-providername
- vla-put-providertype
- vla-put-proxyimage
- vla-put-qnewtemplatefile
- vla-put-quieterrormode
- vla-put-radius
- vla-put-radiusratio
- vla-put-regeneratetablesuppressed
- vla-put-rendersmoothness
- vla-put-revisionnumber
- vla-put-rotation
- vla-put-rounddistance
- vla-put-rowheight
- vla-put-rows
- vla-put-rowspacing
- vla-put-saveastype
- vla-put-savepreviewthumbnail
- vla-put-scalefactor
- vla-put-scaleheight
- vla-put-scalelineweights
- vla-put-scalewidth
- vla-put-scmcommandmode
- vla-put-scmdefaultmode
- vla-put-scmeditmode
- vla-put-scmtimemode
- vla-put-scmtimevalue
- vla-put-secondpoint
- vla-put-segmentperpolyline
- vla-put-serialnumber
- vla-put-shadeplot
- vla-put-sheetview
- vla-put-shortcutmenudisplay
- vla-put-showplotstyles
- vla-put-showproxydialogbox
- vla-put-showrasterimage
- vla-put-showrotation
- vla-put-showwarningmessages
- vla-put-singledocumentmode
- vla-put-snapbasepoint
- vla-put-snapon
- vla-put-snaprotationangle
- vla-put-solidfill
- vla-put-standardscale
- vla-put-startangle
- vla-put-startparameter
- vla-put-startpoint
- vla-put-starttangent
- vla-put-storesqlindex
- vla-put-stylename
- vla-put-stylesheet
- vla-put-subject
- vla-put-supportpath
- vla-put-suppressleadingzeros
- vla-put-suppresstrailingzeros
- vla-put-suppresszerofeet
- vla-put-suppresszeroinches
- vla-put-symbolposition
- vla-put-tablesreadonly
- vla-put-taborder
- vla-put-tagstring
- vla-put-target
- vla-put-tempfileextension
- vla-put-tempfilepath
- vla-put-templatedwgpath
- vla-put-tempxrefpath
- vla-put-textalignmentpoint
- vla-put-textcolor
- vla-put-texteditor
- vla-put-textfont
- vla-put-textfontsize
- vla-put-textfontstyle
- vla-put-textframedisplay
- vla-put-textgap
- vla-put-textgenerationflag
- vla-put-textheight
- vla-put-textinside
- vla-put-textinsidealign
- vla-put-textmovement
- vla-put-textoutsidealign
- vla-put-textoverride
- vla-put-textposition
- vla-put-textprecision
- vla-put-textprefix
- vla-put-textrotation
- vla-put-textstring
- vla-put-textstyle
- vla-put-textsuffix
- vla-put-texturemappath
- vla-put-textwinbackgrndcolor
- vla-put-textwintextcolor
- vla-put-thickness
- vla-put-timeserver
- vla-put-title
- vla-put-titlesuppressed
- vla-put-tolerancedisplay
- vla-put-toleranceheightscale
- vla-put-tolerancejustification
- vla-put-tolerancelowerlimit
- vla-put-toleranceprecision
- vla-put-tolerancesuppressleadingzeros
- vla-put-tolerancesuppresstrailingzeros
- vla-put-tolerancesuppresszerofeet
- vla-put-tolerancesuppresszeroinches
- vla-put-toleranceupperlimit
- vla-put-toolpalettepath
- vla-put-top
- vla-put-translateids
- vla-put-transparency
- vla-put-truecolor
- vla-put-truecolorimages
- vla-put-twistangle
- vla-put-type
- vla-put-ucsiconatorigin
- vla-put-ucsiconon
- vla-put-ucsperviewport
- vla-put-units
- vla-put-unitsformat
- vla-put-upsidedown
- vla-put-url
- vla-put-urldescription
- vla-put-urlnamedlocation
- vla-put-uselastplotsettings
- vla-put-usestandardscale
- vla-put-value
- vla-put-verify
- vla-put-vertcellmargin
- vla-put-verticaltextposition
- vla-put-viewportdefault
- vla-put-viewporton
- vla-put-viewtoplot
- vla-put-visibilityedge1
- vla-put-visibilityedge2
- vla-put-visibilityedge3
- vla-put-visibilityedge4
- vla-put-visible
- vla-put-weights
- vla-put-width
- vla-put-windowleft
- vla-put-windowstate
- vla-put-windowtop
- vla-put-workspacepath
- vla-put-xeffectivescalefactor
- vla-put-xrefdemandload
- vla-put-xrefedit
- vla-put-xreffadeintensity
- vla-put-xreflayervisibility
- vla-put-xscalefactor
- vla-put-xvector
- vla-put-yeffectivescalefactor
- vla-put-yscalefactor
- vla-put-yvector
- vla-put-zeffectivescalefactor
- vla-put-zscalefactor
関連事項