ArcFM Responder Mobile Developer Guide
CreateVersionFromVersion Method (IMMVersioningUtils)






Syntax
'Declaration
 
Function CreateVersionFromVersion( _
   ByVal Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal Name As System.String, _
   ByVal Description As System.String, _
   ByVal VersionAccess As ESRI.ArcGIS.Geodatabase.esriVersionAccess, _
   ByVal ParentVersion As System.String _
) As ESRI.ArcGIS.Geodatabase.IVersion
'Usage
 
Dim instance As IMMVersioningUtils
Dim Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim Name As System.String
Dim Description As System.String
Dim VersionAccess As ESRI.ArcGIS.Geodatabase.esriVersionAccess
Dim ParentVersion As System.String
Dim value As ESRI.ArcGIS.Geodatabase.IVersion
 
value = instance.CreateVersionFromVersion(Workspace, Name, Description, VersionAccess, ParentVersion)
ESRI.ArcGIS.Geodatabase.IVersion CreateVersionFromVersion( 
   ESRI.ArcGIS.Geodatabase.IWorkspace Workspace,
   System.string Name,
   System.string Description,
   ESRI.ArcGIS.Geodatabase.esriVersionAccess VersionAccess,
   System.string ParentVersion
)
function CreateVersionFromVersion( 
    Workspace: ESRI.ArcGIS.Geodatabase.IWorkspace;
    Name: System.String;
    Description: System.String;
    VersionAccess: ESRI.ArcGIS.Geodatabase.esriVersionAccess;
    ParentVersion: System.String
): ESRI.ArcGIS.Geodatabase.IVersion; 
function CreateVersionFromVersion( 
   Workspace : ESRI.ArcGIS.Geodatabase.IWorkspace,
   Name : System.String,
   Description : System.String,
   VersionAccess : ESRI.ArcGIS.Geodatabase.esriVersionAccess,
   ParentVersion : System.String
) : ESRI.ArcGIS.Geodatabase.IVersion;
ESRI.ArcGIS.Geodatabase.IVersion* CreateVersionFromVersion( 
   ESRI.ArcGIS.Geodatabase.IWorkspace* Workspace,
   System.string* Name,
   System.string* Description,
   ESRI.ArcGIS.Geodatabase.esriVersionAccess VersionAccess,
   System.string* ParentVersion
) 
ESRI.ArcGIS.Geodatabase.IVersion^ CreateVersionFromVersion( 
   ESRI.ArcGIS.Geodatabase.IWorkspace^ Workspace,
   System.String^ Name,
   System.String^ Description,
   ESRI.ArcGIS.Geodatabase.esriVersionAccess VersionAccess,
   System.String^ ParentVersion
) 

Parameters

Workspace
Name
Description
VersionAccess
ParentVersion
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

IMMVersioningUtils Interface
IMMVersioningUtils Members

Send Feedback