ArcFM Engine Developer Guide
Activate Method (AUBrowser)


Syntax
'Declaration
 
Public Sub Activate( _
   ByVal application As ESRI.ArcGIS.CatalogUI.IGxApplication, _
   ByVal catalog As ESRI.ArcGIS.Catalog.IGxCatalog _
) 
'Usage
 
Dim instance As AUBrowser
Dim application As ESRI.ArcGIS.CatalogUI.IGxApplication
Dim catalog As ESRI.ArcGIS.Catalog.IGxCatalog
 
instance.Activate(application, catalog)
public void Activate( 
   ESRI.ArcGIS.CatalogUI.IGxApplication application,
   ESRI.ArcGIS.Catalog.IGxCatalog catalog
)

Parameters

application
catalog
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

AUBrowser Class
AUBrowser Members

 

 


Send Comment