VisualiseLayer.remove


remove(attr, [master/slave])

remove(attrType, [names], [master/slave])

Removes the given attribute(s) from the list being visualised Attributes may be given as objects or as a type and name(s)

attrTypestring "Loading", "Support", "Material", etc
namesstringName(s)/ID(s) of objects or attributes. Examples are ""bob"", "Structural Support 2", "3", "1T5"
Return valuenone 

Example

call view.attributes.remove("Loading", 1) call view.attributes.remove("Loading", "bob") call view.attributes.remove(db.getLoading("bob")) call view.attributes.remove("Slideline", 1, "Master")

Back to VisualiseLayer

Back to Overview