ArcFM Engine Developer Guide
PostVersion Method (IMMVersioningUtils)


Syntax
'Declaration
 
Function PostVersion( _
   ByVal Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal SourceVer As String, _
   ByVal TargetVer As String, _
   ByVal DeleteNonPostable As Boolean, _
   ByVal AllowConflicts As Boolean, _
   Optional ByVal PostProperties As ESRI.ArcGIS.esriSystem.IPropertySet _
) As Integer
'Usage
 
Dim instance As IMMVersioningUtils
Dim Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim SourceVer As String
Dim TargetVer As String
Dim DeleteNonPostable As Boolean
Dim AllowConflicts As Boolean
Dim PostProperties As ESRI.ArcGIS.esriSystem.IPropertySet
Dim value As Integer
 
value = instance.PostVersion(Workspace, SourceVer, TargetVer, DeleteNonPostable, AllowConflicts, PostProperties)
int PostVersion( 
   ESRI.ArcGIS.Geodatabase.IWorkspace Workspace,
   string SourceVer,
   string TargetVer,
   bool DeleteNonPostable,
   bool AllowConflicts,
   ESRI.ArcGIS.esriSystem.IPropertySet PostProperties
)

Parameters

Workspace
SourceVer
TargetVer
DeleteNonPostable
AllowConflicts
PostProperties
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