.NET Framework Class Library
CADSystem.GetDocumentExternalReferences Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > CADSystem Class > CADSystem Methods >

.NET Framework Class Library
CADSystem.GetDocumentExternalReferences Method

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 _
As List(Of String)

C#

public List<stringGetDocumentExternalReferences(

 string documentFullPath
)

Visual C++

public:

List<String^>^ GetDocumentExternalReferences(
 StringdocumentFullPath
)

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

CADSystem Class

CADSystem Members

MwPDMApi Namespace