Group.getAssignments


getAssignments([attributeType])

Creates and returns an array of IFAssignment objects, each of which represents one attribute assignment made to this object. The array can be restricted by using the optional argument to specify a given attribute type, e.g. loading. If not given, all assignments are returned Note that the Assignment objects returned are copies of the ones in actual use - modifying them will have no effect. If you wish to modify assignment details it is necessary to re-assign the attribute to the object

attributeTypeoptional VARIANT "Loading", "Support", "Material", etc
Return valuearray of Assignment objects The returned array extras

Back to Group

Back to Overview