.NET Framework Class Library
CADSystem.GetDocumentExternalReferences Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > CADSystem Class > CADSystem Methods > .NET Framework Class Library |
This command returns the external references for the passed document
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetDocumentExternalReferences ( _ documentFullPath As String _ |
C# |
|---|
public List<string> GetDocumentExternalReferences( string documentFullPath |
Visual C++ |
|---|
public: List<String^>^ GetDocumentExternalReferences( |
JavaScript |
|---|
function getDocumentExternalReferences(documentFullPath); |
Parameters
documentFullPath
Type: System.String
The full path of the document to retrieve external references of
Return Value
A list of the referenced documents path
See Also