SOLIDWORKS PDM Professional API Help Send Feedback
mpoPageImpl Field
See Also 
EPDM.Interop.epdm Namespace > EdmTaskSetupPage Structure : mpoPageImpl Field


Interface that SOLIDWORKS PDM Professional keeps addressed while the page exists.

Syntax

Visual Basic 
Public mpoPageImpl As System.Object
C# 
public System.object mpoPageImpl
C++/CLI 
public:
System.Object^ mpoPageImpl

Remarks

This object typically points to the object implementing the window owning the handle in mlPageHwnd.

See Also