Miner.Interop Namespace > MMVersioningUtilsClass Class : CreateVersionFromBase Method |
'Declaration
Public Overridable Function CreateVersionFromBase( _ ByVal Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _ ByVal Name As System.String, _ ByVal Description As System.String, _ ByVal VersionAccess As ESRI.ArcGIS.Geodatabase.esriVersionAccess _ ) As ESRI.ArcGIS.Geodatabase.IVersion
'Usage
Dim instance As MMVersioningUtilsClass 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 value As ESRI.ArcGIS.Geodatabase.IVersion value = instance.CreateVersionFromBase(Workspace, Name, Description, VersionAccess)
public virtual ESRI.ArcGIS.Geodatabase.IVersion CreateVersionFromBase( ESRI.ArcGIS.Geodatabase.IWorkspace Workspace, System.string Name, System.string Description, ESRI.ArcGIS.Geodatabase.esriVersionAccess VersionAccess )
public function CreateVersionFromBase( Workspace: ESRI.ArcGIS.Geodatabase.IWorkspace; Name: System.String; Description: System.String; VersionAccess: ESRI.ArcGIS.Geodatabase.esriVersionAccess ): ESRI.ArcGIS.Geodatabase.IVersion; virtual;
public function CreateVersionFromBase( Workspace : ESRI.ArcGIS.Geodatabase.IWorkspace, Name : System.String, Description : System.String, VersionAccess : ESRI.ArcGIS.Geodatabase.esriVersionAccess ) : ESRI.ArcGIS.Geodatabase.IVersion;
public: virtual ESRI.ArcGIS.Geodatabase.IVersion* CreateVersionFromBase( ESRI.ArcGIS.Geodatabase.IWorkspace* Workspace, System.string* Name, System.string* Description, ESRI.ArcGIS.Geodatabase.esriVersionAccess VersionAccess )
public: virtual ESRI.ArcGIS.Geodatabase.IVersion^ CreateVersionFromBase( ESRI.ArcGIS.Geodatabase.IWorkspace^ Workspace, System.String^ Name, System.String^ Description, ESRI.ArcGIS.Geodatabase.esriVersionAccess VersionAccess )
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