ccastelein
2008-09-24, 10:01 PM
I need some help.. ive been here a few times searching thru the forums on how to set your layer keystyle with out useing the GUI w/in Acad Arch (08)....
im really new to VBA but ive written a few things that mostly work (heh)
what i would like to do is to be able to change the Layer Keystyle with either VBA or if i have to Autolisp. I have searched the help files and this forum for a glimmer of hope.
the only thing i found was this bit of code:
set o_cLayerKeyStyles = o_doc.LayerKeyStyles
which tells me o_doc.layerkeystyles is the variable i need to change... i want to change it (when invoked) to another keystlye that will already be in the template....
any help out there? any help will be much appriciated...
ccastelein
im really new to VBA but ive written a few things that mostly work (heh)
what i would like to do is to be able to change the Layer Keystyle with either VBA or if i have to Autolisp. I have searched the help files and this forum for a glimmer of hope.
the only thing i found was this bit of code:
set o_cLayerKeyStyles = o_doc.LayerKeyStyles
which tells me o_doc.layerkeystyles is the variable i need to change... i want to change it (when invoked) to another keystlye that will already be in the template....
any help out there? any help will be much appriciated...
ccastelein