Engine.GetTypeUsageLocations

Syntax

Engine.GetTypeUsageLocations( typeNameParam)

Return Value

Object Array

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.

See Also

Engine.GetTypeDefinition

Engine.GetTypeNames

PropertyObjectFile.TypeUsageList

TypeUsageList

TypeUsageList.GetIsTypeAttachedToFile