.NET Framework Class Library
NeutralFormat.MDGetFileName Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > NeutralFormat Class > NeutralFormat Methods >

.NET Framework Class Library
NeutralFormat.MDGetFileName Method

Returns the file name of the master drawing for the passed document unique id.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Function MDGetFileName ( _

 uid As Integer, _
 ByRef exists As Boolean _
As String

C#

public string MDGetFileName(

 int uid,
 ref bool exists
)

Visual C++

public:

StringMDGetFileName(
 int uid,
 boolexists
)

JavaScript

function mdGetFileName(uidexists);

Parameters

uid

Type: System.Int32
unique id of a document

exists

Type: System.Boolean
1 if the Master Drawing file already exists, 0 otherwise

Return Value

Master Drawing file name

See Also

NeutralFormat Class

NeutralFormat Members

MwPDMApi Namespace