Engine.GetTypeUsageLocations
- Updated2024-10-09
- 1 minute(s) read
Engine.GetTypeUsageLocations
Syntax
Engine.GetTypeUsageLocations( typeNameParam)
Return Value
An array of PropertyObjectFile objects that use the type that the type name specifies.
Purpose
Returns an array of PropertyObjectFile objects that use the specified type name.
Remarks
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.
Parameters
typeNameParam As String
[In] Specifies the name of the type.