I have a line feature class A and a point feature class B. Now, I wants to the line to to LWPolyline and points to blocks in AutoCAD. Besides, I have added and updated the "LAYER" property to both so that I can show/hide the features by turning on/off the layers in AutoCAD.
The layer property works fine on LWPolylines but not on blocks. Later, I found that the layer property of the blocks is updated but the layer of the objects e.g. points, lines is not updated, so I cannot show/hide the blocks. Are there any ways to resolve the problems? Many thx.