ArcFM Engine Developer Guide
DeleteVersion Method


IWorkspace
String
Deletes the version identified by Name. A version can only be deleted if it has no dependent child versions and can only be deleted by its owner.
Syntax
'Declaration
 
Sub DeleteVersion( _
   ByVal Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal Name As String _
) 
'Usage
 
Dim instance As IMMVersioningUtils
Dim Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim Name As String
 
instance.DeleteVersion(Workspace, Name)
void DeleteVersion( 
   ESRI.ArcGIS.Geodatabase.IWorkspace Workspace,
   string Name
)

Parameters

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