dieva Guest Jan 9, 2018 #2 tiziano69 said: cosa significa ? cosa fà... if not blk.islayout then Click to expand... in the autocad/activex object model defined layouts as blocks (though not) considering them as 'containers' to group objects in the layout. the property islayout of a return block t if the object is a block representing the layout. then returning to your code: if not blk.islayout then if the object is not a block of a layout then.. .
tiziano69 said: cosa significa ? cosa fà... if not blk.islayout then Click to expand... in the autocad/activex object model defined layouts as blocks (though not) considering them as 'containers' to group objects in the layout. the property islayout of a return block t if the object is a block representing the layout. then returning to your code: if not blk.islayout then if the object is not a block of a layout then.. .