ArcFM Desktop Developer Guide
PreAllocateSequence Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

String
String
String
Long
This method allocates multiple sequence numbers.
Syntax
'Declaration
 
Sub PreAllocateSequence( _
   ByVal sSequenceName As String, _
   ByVal sTargetTableName As String, _
   ByVal sIdFieldName As String, _
   ByVal lCount As Integer _
) 
'Usage
 
Dim instance As IMMPxSequenceGenerator
Dim sSequenceName As String
Dim sTargetTableName As String
Dim sIdFieldName As String
Dim lCount As Integer
 
instance.PreAllocateSequence(sSequenceName, sTargetTableName, sIdFieldName, lCount)
void PreAllocateSequence( 
   string sSequenceName,
   string sTargetTableName,
   string sIdFieldName,
   int lCount
)

Parameters

sSequenceName
String
sTargetTableName
String
sIdFieldName
String
lCount
Long
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

IMMPxSequenceGenerator Interface
IMMPxSequenceGenerator Members

 

 


Send Comment