ArcFM Engine Developer Guide
SetBaseVersion Method


String
Set the name of the base version that will be the parent version of versions created by CreateVersionFromBase.
Syntax
'Declaration
 
Sub SetBaseVersion( _
   ByVal Name As String _
) 
'Usage
 
Dim instance As IMMVersioningUtils
Dim Name As String
 
instance.SetBaseVersion(Name)
void SetBaseVersion( 
   string Name
)

Parameters

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