ArcFM Engine Developer Guide
Initialize Method (IMMLayoutBuilder)


IWorkspace
IMMVersionCache
IPropertySet
This method sets the workspace and version cache, and resets the layout properties.
Syntax
'Declaration
 
Sub Initialize( _
   Optional ByVal Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   Optional ByVal VersionCache As IMMVersionCache, _
   Optional ByVal LayoutProperties As ESRI.ArcGIS.esriSystem.IPropertySet _
) 
'Usage
 
Dim instance As IMMLayoutBuilder
Dim Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim VersionCache As IMMVersionCache
Dim LayoutProperties As ESRI.ArcGIS.esriSystem.IPropertySet
 
instance.Initialize(Workspace, VersionCache, LayoutProperties)
void Initialize( 
   ESRI.ArcGIS.Geodatabase.IWorkspace Workspace,
   IMMVersionCache VersionCache,
   ESRI.ArcGIS.esriSystem.IPropertySet LayoutProperties
)

Parameters

Workspace
IWorkspace
VersionCache
IMMVersionCache
LayoutProperties
IPropertySet
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

IMMLayoutBuilder Interface
IMMLayoutBuilder Members

 

 


Send Comment