.NET Framework Class Library
NeutralFormat.MDGetFileName Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > NeutralFormat Class > NeutralFormat Methods > .NET Framework Class Library |
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, _ |
C# |
|---|
public string MDGetFileName( int uid, |
Visual C++ |
|---|
public: String^ MDGetFileName( |
JavaScript |
|---|
function mdGetFileName(uid, exists); |
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