ArcFM Engine Developer Guide
ChangeMapVersion Method


Syntax
'Declaration
 
Sub ChangeMapVersion( _
   ByVal pMap As ESRI.ArcGIS.Carto.IMap, _
   ByVal pOldWorkspace As ESRI.ArcGIS.Geodatabase.IFeatureWorkspace, _
   ByVal pNewWorkspace As ESRI.ArcGIS.Geodatabase.IFeatureWorkspace _
) 
'Usage
 
Dim instance As IMMVersioningUtils3
Dim pMap As ESRI.ArcGIS.Carto.IMap
Dim pOldWorkspace As ESRI.ArcGIS.Geodatabase.IFeatureWorkspace
Dim pNewWorkspace As ESRI.ArcGIS.Geodatabase.IFeatureWorkspace
 
instance.ChangeMapVersion(pMap, pOldWorkspace, pNewWorkspace)
void ChangeMapVersion( 
   ESRI.ArcGIS.Carto.IMap pMap,
   ESRI.ArcGIS.Geodatabase.IFeatureWorkspace pOldWorkspace,
   ESRI.ArcGIS.Geodatabase.IFeatureWorkspace pNewWorkspace
)

Parameters

pMap
pOldWorkspace
pNewWorkspace
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

IMMVersioningUtils3 Interface
IMMVersioningUtils3 Members

 

 


Send Comment