ArcFM Desktop Developer Guide
SelectFavoriteTableWindow Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal parentItem As ID8ListItem, _
   ByVal workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal contentsView As mmContentsViewName, _
   ByVal objectTypes() As MMClassObjectType, _
   ByVal loadNamesFromMap As Boolean _
)
'Usage
 
Dim parentItem As ID8ListItem
Dim workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim contentsView As mmContentsViewName
Dim objectTypes() As MMClassObjectType
Dim loadNamesFromMap As Boolean
 
Dim instance As New SelectFavoriteTableWindow(parentItem, workspace, contentsView, objectTypes, loadNamesFromMap)
public SelectFavoriteTableWindow( 
   ID8ListItem parentItem,
   ESRI.ArcGIS.Geodatabase.IWorkspace workspace,
   mmContentsViewName contentsView,
   MMClassObjectType[] objectTypes,
   bool loadNamesFromMap
)

Parameters

parentItem
workspace
contentsView
objectTypes
loadNamesFromMap
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

SelectFavoriteTableWindow Class
SelectFavoriteTableWindow Members

 

 


Send Comment