ArcFM Solution Developer Guide
SetVersionFromVersion Method (IMMVersioningUtils)


Syntax
'Declaration
 
Function SetVersionFromVersion( _
   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, _
   ByVal Create As System.Boolean _
) 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 Create As System.Boolean
Dim value As ESRI.ArcGIS.Geodatabase.IVersion
 
value = instance.SetVersionFromVersion(Workspace, Name, Description, VersionAccess, ParentVersion, Create)
ESRI.ArcGIS.Geodatabase.IVersion SetVersionFromVersion( 
   ESRI.ArcGIS.Geodatabase.IWorkspace Workspace,
   System.string Name,
   System.string Description,
   ESRI.ArcGIS.Geodatabase.esriVersionAccess VersionAccess,
   System.string ParentVersion,
   System.bool 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

IMMVersioningUtils Interface
IMMVersioningUtils Members

 

 


Send Comment