.NET Framework Class Library
Selection.GetActiveDocUid Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Selection Class > Selection Methods > .NET Framework Class Library |
Returns the unique id of the record corresponding to the document currently opened.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetActiveDocUid As String |
C# |
|---|
public string GetActiveDocUid() |
Visual C++ |
|---|
public: String^ GetActiveDocUid() |
JavaScript |
|---|
function getActiveDocUid(); |
Return Value
unique id of the document, "0" if no record found
Remarks
See Also