.NET Framework Class Library
ParentWndWrapper Constructor
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > ParentWndWrapper Class > .NET Framework Class Library |
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub New ( _ pParent As Long _ |
C# |
|---|
public ParentWndWrapper( long pParent |
Visual C++ |
|---|
public: ParentWndWrapper( |
JavaScript |
|---|
MwPDMApi.ParentWndWrapper = function(pParent); |
Parameters
pParent
Type: System.Int64
See Also