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.
obj | DatabaseMember | The target as an object |
array | array of DatabaseMember | An array of objects to form target |
set | ObjectSet | A set of objects to form target |
type | string or long | Type of object to form target, e.g. "volume" |
name | string or long | Name(s) of object to form target, e.g. "1T5" |
assignInfo | Assignment | Information controlling the deassignment |
Return value | IFObjectSet | the set of objects affected by the command (i.e. successful deassignments) |
See also assignTo
Back to Attribute
Back to Overview