Solid Edge Design Manager Object Library
FindWhereUsed Method
DesignManager ActiveX DLL > Application Object : FindWhereUsed Method
Specifies the pathname for the document to be searched for.
Description
Using the WhereUsedCriteria property, this method searches for the specified document in other files. For example, this method finds all the assemblies that use a particular part. You may specify the pathname for the document when calling this method for the first time; however, call this method without a parameter to continue the search. If a document is found, this method returns a Document object.
Syntax
Visual Basic
Public Function FindWhereUsed( _
   Optional ByVal DocumentPathName As Variant _
) As Object
Parameters
DocumentPathName
Specifies the pathname for the document to be searched for.
See Also

Application Object  | Application Members