ArcFM Desktop Developer Guide
BasicActivate Method (FeaturesTab)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Currently not implemented
Syntax
'Declaration
 
Public Sub BasicActivate( _
   ByVal parentHWnd As Integer, _
   ByVal Document As ESRI.ArcGIS.Framework.IDocument _
) 
'Usage
 
Dim instance As FeaturesTab
Dim parentHWnd As Integer
Dim Document As ESRI.ArcGIS.Framework.IDocument
 
instance.BasicActivate(parentHWnd, Document)
public void BasicActivate( 
   int parentHWnd,
   ESRI.ArcGIS.Framework.IDocument Document
)

Parameters

parentHWnd
Document
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

FeaturesTab Class
FeaturesTab Members

 

 


Send Comment