Hello CAD friends,
I was wondering if anyone know if it is possible
to make visualstyles in AutoCAD 2007 with AutoLisp.
The next program list the visualstyles, but gives me more than I
was expecting.
(defun DicSTYLE_LIST (dicname / dics dic i NameList)
(defun tempList (theObject / item...
Dear Readers,
The development from cone of cylinder is possible with
the Dynamic Data Exchange (DDE) method with AutoCAD
and Excel.
HofCADLT.xls
HofCAD CSI
Dear Readers,
What is possible with the Dynamic Data Exchange (DDE) method with
AutoCAD and Excel. ?
This is possible:
Hofcadlt.xls
Change en use Update, and look to the result in AutoCAD.
HofCAD CSI
PS May be you have to change at the top:
Const ver As Integer = 16
Const arr As...
Hello Borgunit,
No I do not mean vla-get-TextStyles,
but I do mean vla-get-Tablestyles.
This is because I can get allready the ObjectId
from Blocks, Dimstyles, Layers, Linetypes, Textstyls and Views for the Named object type of a Field.
Hello CAD friends,
I was wondering if anyone one know why there is a
problem with vla-get-tablestyles.
(defun c:test1()
(vl-load-com)
(setq ActDoc (vla-get-ActiveDocument (vlax-get-Acad-Object)))
(setq TabCol (vla-get-TableStyles ActDoc))
(setq TabSty (vla-Item TabCol "Standard"))
(stq...