ArcFM Engine Developer Guide
GetSequence Method


Syntax
'Declaration
 
Function GetSequence( _
   ByVal sSequenceName As String, _
   ByVal sTargetTableName As String, _
   ByVal sIdFieldName As String _
) As Integer
'Usage
 
Dim instance As IMMPxSequenceGenerator
Dim sSequenceName As String
Dim sTargetTableName As String
Dim sIdFieldName As String
Dim value As Integer
 
value = instance.GetSequence(sSequenceName, sTargetTableName, sIdFieldName)
int GetSequence( 
   string sSequenceName,
   string sTargetTableName,
   string sIdFieldName
)

Parameters

sSequenceName
sTargetTableName
sIdFieldName
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