Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2009-12-07
05:13 AM
- last edited on
2023-08-03
01:17 PM
by
Doreena Deng
2009-12-07 07:33 AM
2009-12-07 07:51 AM
2009-12-07 11:49 AM
Ben wrote:You should first retrieve all the other attributes of the layer with
creating a loop and hiding all layers so far is not working.
attrib.layer.head.flags |= APILay_Hidden;not
attrib.layer.head.flags = APILay_Hidden;
2009-12-07 03:07 PM
2009-12-07 03:37 PM
Ben wrote:The problem with the original code was not using ACAPI_Attribute_Get first.
It would be nice to know what was wrong with the original code
2009-12-08 01:24 AM
2010-01-06 07:07 AM