ArcFM Responder Mobile Developer Guide
Open Method (IMMTargetTabPersist)






Syntax
'Declaration
 
Function Open( _
   ByVal pWS As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal bstrTreeName As System.String _
) As System.Boolean
'Usage
 
Dim instance As IMMTargetTabPersist
Dim pWS As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim bstrTreeName As System.String
Dim value As System.Boolean
 
value = instance.Open(pWS, bstrTreeName)
System.bool Open( 
   ESRI.ArcGIS.Geodatabase.IWorkspace pWS,
   System.string bstrTreeName
)
function Open( 
    pWS: ESRI.ArcGIS.Geodatabase.IWorkspace;
    bstrTreeName: System.String
): System.Boolean; 
function Open( 
   pWS : ESRI.ArcGIS.Geodatabase.IWorkspace,
   bstrTreeName : System.String
) : System.boolean;
System.bool Open( 
   ESRI.ArcGIS.Geodatabase.IWorkspace* pWS,
   System.string* bstrTreeName
) 
System.bool Open( 
   ESRI.ArcGIS.Geodatabase.IWorkspace^ pWS,
   System.String^ bstrTreeName
) 

Parameters

pWS
bstrTreeName
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

IMMTargetTabPersist Interface
IMMTargetTabPersist Members

Send Feedback