Attribute.deassignFrom


deassignFrom("All", [assignInfo])

deassignFrom(obj, [assignInfo])

deassignFrom(array, [assignInfo])

deassignFrom(set, [assignInfo])

deassignFrom(type, name, [assignInfo])

Deassigns this attribute from the object(s) given Optionally also pass in assignment data giving extra details about the assignment, such as loadcase, local coordinates, load factor etc. If such an object is given, deassignment will only be performed on those assignments that match the details given - e.g. only those assignments with a particular loadcase. The assignment info, if given, must always be last.

objDatabaseMemberThe target as an object
arrayarray of DatabaseMemberAn array of objects to form target
setObjectSetA set of objects to form target
typestring or longType of object to form target, e.g. "volume"
namestring or longName(s) of object to form target, e.g. "1T5"
assignInfoAssignmentInformation controlling the deassignment
Return valueIFObjectSetthe set of objects affected by the command (i.e. successful deassignments)

See also assignTo

Back to Attribute

Back to Overview