XRef_Controller - superclass: Matrix3Controller; super-superclass:MAXWrapper - 7:7 - classID: #(855328311, 1711097899)
<XRef_Controller>.xrefCtrlStatus Name default: #XRefed -- enum
Get/set the XRef Controller's Status as a name value.
Available in 3ds Max 2016 and higher.
Get/Set the XRef source filename.
Get/Set the source item name as string.
Get the XRef Record Interface.
Contains true if the XRef is unresolved, false if resolved.
Contains true if the XRef is nested, false if not nested.
Contains true if the XRef is retargetable, false of not.
Returns the source item as maxObject. If resolveNested is set to false or not supplied, nested XRefs will not be resolved.
Returns the Parent Items of the XRef Controller into the array passed as by-reference parameter.
Returns the Root Items of the XRef Controller into the array passed as by-reference parameter.
Returns the Child Items of the XRef Controller into the array passed as by-reference parameter.
Returns the Nodes using the XRef Controller into the array passed as by-reference parameter.
.xrefCtrlStatus : enum : Read|Write xrefCtrlStatus enums: {#XRefed|#Local}
Returns the Source Controller of the XRef Controller. If the argument is passed as true, nested XRefs will be resolved. If passed as false, nested XRefs will not be resolved.