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)
attrType | string | "Loading", "Support", "Material", etc |
names | string | Name(s)/ID(s) of objects or attributes. Examples are ""bob"", "Structural Support 2", "3", "1T5" |
Return value | none |
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