ArcFM Engine Developer Guide
GetBaseVersion Method


IWorkspace
Get the name of the base version. If undefined, return the default version for the workspace.
Syntax
'Declaration
 
Function GetBaseVersion( _
   ByVal Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace _
) As String
'Usage
 
Dim instance As IMMVersioningUtils
Dim Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim value As String
 
value = instance.GetBaseVersion(Workspace)
string GetBaseVersion( 
   ESRI.ArcGIS.Geodatabase.IWorkspace Workspace
)

Parameters

Workspace
IWorkspace

Return Value

String
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