.NET Framework Class Library
Application.PDMSystem Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Application Class > Application Methods > .NET Framework Class Library |
Get PDMSystem manager object.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function PDMSystem As PDMSystem |
C# |
|---|
public PDMSystem PDMSystem() |
Visual C++ |
|---|
public: PDMSystem^ PDMSystem() |
JavaScript |
|---|
function pdmSystem(); |
Return Value
PDMSystem manager object
Remarks
See Also