Engine.GetTypeUsageLocations ( typeNameParam)
An array of PropertyObjectFile objects that use the type specified by the type name.
Returns an array of PropertyObjectFile objects in which the specified type name is used.
A PropertyObjectFile object uses a type if it has an instance of the type or if the type is stored in the TypeUsageList for that file.
typeNameParam As String
[In] Specifies the name of the type.