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