ArcFM Engine Developer Guide
Open Method (IMMExpressDesign)


Syntax
'Declaration
 
Sub Open( _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal pDesignId As Integer _
) 
'Usage
 
Dim instance As IMMExpressDesign
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim pDesignId As Integer
 
instance.Open(pWorkspace, pDesignId)
void Open( 
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace,
   int pDesignId
)

Parameters

pWorkspace
pDesignId
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

IMMExpressDesign Interface
IMMExpressDesign Members

 

 


Send Comment