ArcFM Engine Developer Guide
SetVersionFromVersion Method (MMVersioningUtilsClass)


Syntax
public virtual ESRI.ArcGIS.Geodatabase.IVersion SetVersionFromVersion( 
   ESRI.ArcGIS.Geodatabase.IWorkspace Workspace,
   string Name,
   string Description,
   ESRI.ArcGIS.Geodatabase.esriVersionAccess VersionAccess,
   string ParentVersion,
   bool Create
)
'Declaration
 
Public Overridable Function SetVersionFromVersion( _
   ByVal Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal Name As String, _
   ByVal Description As String, _
   ByVal VersionAccess As ESRI.ArcGIS.Geodatabase.esriVersionAccess, _
   ByVal ParentVersion As String, _
   ByVal Create As Boolean _
) As ESRI.ArcGIS.Geodatabase.IVersion
 
'Usage
 
Dim instance As MMVersioningUtilsClass
Dim Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim Name As String
Dim Description As String
Dim VersionAccess As ESRI.ArcGIS.Geodatabase.esriVersionAccess
Dim ParentVersion As String
Dim Create As Boolean
Dim value As ESRI.ArcGIS.Geodatabase.IVersion
 
value = instance.SetVersionFromVersion(Workspace, Name, Description, VersionAccess, ParentVersion, Create)

Parameters

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

MMVersioningUtilsClass Class
MMVersioningUtilsClass Members

 

 


Send Comment