ArcFM Engine Developer Guide
FindVersion Method (IMMVersioningUtils)


Syntax
'Declaration
 
Function FindVersion( _
   ByVal Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal Name As String _
) As ESRI.ArcGIS.Geodatabase.IVersion
'Usage
 
Dim instance As IMMVersioningUtils
Dim Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim Name As String
Dim value As ESRI.ArcGIS.Geodatabase.IVersion
 
value = instance.FindVersion(Workspace, Name)
ESRI.ArcGIS.Geodatabase.IVersion FindVersion( 
   ESRI.ArcGIS.Geodatabase.IWorkspace Workspace,
   string Name
)

Parameters

Workspace
Name
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