ArcFM Engine Developer Guide
CreateVersionFromBase Method


IWorkspace
String
String
esriVersionaccess
Creates a new version identified by Name and Description, with the base version as its parent and access rights specified by VersionAccess.
Syntax
'Declaration
 
Function CreateVersionFromBase( _
   ByVal Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal Name As String, _
   ByVal Description As String, _
   ByVal VersionAccess As ESRI.ArcGIS.Geodatabase.esriVersionAccess _
) As ESRI.ArcGIS.Geodatabase.IVersion
'Usage
 
Dim instance As IMMVersioningUtils
Dim Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim Name As String
Dim Description As String
Dim VersionAccess As ESRI.ArcGIS.Geodatabase.esriVersionAccess
Dim value As ESRI.ArcGIS.Geodatabase.IVersion
 
value = instance.CreateVersionFromBase(Workspace, Name, Description, VersionAccess)
ESRI.ArcGIS.Geodatabase.IVersion CreateVersionFromBase( 
   ESRI.ArcGIS.Geodatabase.IWorkspace Workspace,
   string Name,
   string Description,
   ESRI.ArcGIS.Geodatabase.esriVersionAccess VersionAccess
)

Parameters

Workspace
IWorkspace
Name
String
Description
String
VersionAccess
esriVersionaccess

Return Value

IVersion
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

IMMVersioningUtils Interface
IMMVersioningUtils Members

 

 


Send Comment