ArcFM Desktop Developer Guide
CreateReplica Method (ProcessFrameworkElement)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
Public Overrides NotOverridable Function CreateReplica( _
   ByVal licenseElement As LicenseElement, _
   ByVal basePath As String, _
   ByVal bootstrap As Boolean, _
   ByVal purge As Boolean _
) As Replica
'Usage
 
Dim instance As ProcessFrameworkElement
Dim licenseElement As LicenseElement
Dim basePath As String
Dim bootstrap As Boolean
Dim purge As Boolean
Dim value As Replica
 
value = instance.CreateReplica(licenseElement, basePath, bootstrap, purge)
public override Replica CreateReplica( 
   LicenseElement licenseElement,
   string basePath,
   bool bootstrap,
   bool purge
)

Parameters

licenseElement
basePath
bootstrap
purge
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

ProcessFrameworkElement Class
ProcessFrameworkElement Members

 

 


Send Comment