AutoCAD LT
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Layer Properties Don't Update Array Object
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I have a drawing with several layers being used. I also have some objects that are included in rectangular arrays.
When I update the colour or visibility of the layer, the array items do not follow the layer properties.
I have verified in the properties that the array object is on the correct layer.
Windows 7 64-Bit
AutoCAD LT 2013 SP 1.1
Solved! Go to Solution.
Re: Layer Properties Don't Update Array Object
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Is the colour for the Array Objects set to 'BYLAYER'?
Re: Layer Properties Don't Update Array Object
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Yes. Everything is set to ByLayer. Even when the layer is turned off, the array objects don't go away.
Re: Layer Properties Don't Update Array Object
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Re: Layer Properties Don't Update Array Object
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
You know that Array objects have layers of their own, right, like blocks do? Individual elements can be (but don't have to be) on a different layer from the actual associative array.
Left-clicking on the whole array should tell you what layer it's on; ctrl+left-clicking on an array object should tell you its layer. Does turning off one of those two layers give you the correct result?
Re: Layer Properties Don't Update Array Object
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Are you using the 'old' command (ARRAYCLASSIC: uses dialog box) or the new which uses the command line. It appears that along with the functionality of the ARRAY command, the behavior of the array also changed. Per this post, if you are using the new command-line-only ARRAY, is it being created on layer 0 like a block?
EDIT: You're fast Kate! ![]()
(if ("mysolution"=answer) then (click "Accept As Solution"))
--------------------------------------------------
Brandon Gingerich
Re: Layer Properties Don't Update Array Object
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I checked the individual items in the layers by CTRL+Click and they are on the right layer.
I used the ribbon to create the array.
I noticed while trying these that the array objects are actually following the layer properties of the layer that they were originally created on.
On the drawing, I started with the ground floor frame and then copied that up to the second floor. Afterwards, I changed the second floor frame to the other layer. It seems that the second floor arrays are still following the properties of the ground floor layer although it looks like they are on the second floor layer. The second floor items that aren't arrays are reacting properly.
Re: Layer Properties Don't Update Array Object
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Use the ARRAYEDIT command specifically the Source option to change the layer that the array source objects are drawn on. You will need to use the ARRAYCLOSE command to close out the ARRAYEDIT command.
Arrayedit command online help can be found at the following link.
ArrayClose command online help can be found at the following link.
Re: Layer Properties Don't Update Array Object
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
rsiggelkow wrote:
On the drawing, I started with the ground floor frame and then copied that up to the second floor. Afterwards, I changed the second floor frame to the other layer. It seems that the second floor arrays are still following the properties of the ground floor layer although it looks like they are on the second floor layer. The second floor items that aren't arrays are reacting properly.
Yes, that'll do it. If you just selected the array on the second floor and changed its layer, you did not actually change the layer of the items in the array.
Johneng's solution of editing the array (through the contextual tab if you like) to modify the source object's properties will be the way to go.
Re: Layer Properties Don't Update Array Object
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Thanks for the help everyone. Editing the source and changing the layer of the objects in it worked.

