GetExternalReferences

Introduced

6.0

Description

Finds all objects that use external references.

Return Value

Returns an XSICollection object that contains the found objects.

Examples

JScript Example

/*
   Demonstrates how to use GetExternalReferences to get all objects using external references
*/

var coll = GetExternalReferences();
for ( var i=0; i<coll.Count; i++ ) {
   Application.LogMessage( coll(i) );
}

See Also

InspectExternalReference

UpdateExternalReference



Autodesk Softimage v7.5