ArcFM Responder Mobile Developer Guide
Activate Method (MMContentsViewClass)






Syntax
'Declaration
 
Public Overridable Sub Activate( _
   ByVal parentHWnd As System.Integer, _
   ByVal Document As ESRI.ArcGIS.ArcMapUI.IMxDocument _
) 
'Usage
 
Dim instance As MMContentsViewClass
Dim parentHWnd As System.Integer
Dim Document As ESRI.ArcGIS.ArcMapUI.IMxDocument
 
instance.Activate(parentHWnd, Document)
public virtual void Activate( 
   System.int parentHWnd,
   ESRI.ArcGIS.ArcMapUI.IMxDocument Document
)
public procedure Activate( 
    parentHWnd: System.Integer;
    Document: ESRI.ArcGIS.ArcMapUI.IMxDocument
); virtual; 
public function Activate( 
   parentHWnd : System.int,
   Document : ESRI.ArcGIS.ArcMapUI.IMxDocument
);
public: virtual void Activate( 
   System.int parentHWnd,
   ESRI.ArcGIS.ArcMapUI.IMxDocument* Document
) 
public:
virtual void Activate( 
   System.int parentHWnd,
   ESRI.ArcGIS.ArcMapUI.IMxDocument^ Document
) 

Parameters

parentHWnd
Document
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMContentsViewClass Class
MMContentsViewClass Members

Send Feedback