Topsolid online Help Index
Created : v6.6
IDocument.GetExternalReferencedDocuments(Paths, Types)
This method gets external referenced documents of the document.
|
OUT : |
String Paths (array)
|
List of external referenced documents paths. |
|
OUT : |
TopExtRefType Types (array)
|
List of external referenced documents types. |
Dim path As Variant
Dim types As Variant
...
TopDoc.GetExternalReferencedDocuments path, types
...
Topsolid online Help Index