ArcFM Responder Mobile Developer Guide
Activate Method (MMContentsView)






Syntax
'Declaration
 
Sub Activate( _
   ByVal parentHWnd As System.Integer, _
   ByVal Document As ESRI.ArcGIS.ArcMapUI.IMxDocument _
) 
'Usage
 
Dim instance As MMContentsView
Dim parentHWnd As System.Integer
Dim Document As ESRI.ArcGIS.ArcMapUI.IMxDocument
 
instance.Activate(parentHWnd, Document)
void Activate( 
   System.int parentHWnd,
   ESRI.ArcGIS.ArcMapUI.IMxDocument Document
)
procedure Activate( 
    parentHWnd: System.Integer;
    Document: ESRI.ArcGIS.ArcMapUI.IMxDocument
); 
function Activate( 
   parentHWnd : System.int,
   Document : ESRI.ArcGIS.ArcMapUI.IMxDocument
);
void Activate( 
   System.int parentHWnd,
   ESRI.ArcGIS.ArcMapUI.IMxDocument* Document
) 
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

MMContentsView Interface
MMContentsView Members

Send Feedback