ArcFM Desktop Developer Guide
GetNextValue Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

String
A string value for sSequence is passed in and the method uses it to return the next available value in the sequence. This method is used to generate unique IDs.
Syntax
'Declaration
 
Function GetNextValue( _
   ByVal sSequence As String _
) As Integer
'Usage
 
Dim instance As IMMPxHelper
Dim sSequence As String
Dim value As Integer
 
value = instance.GetNextValue(sSequence)
int GetNextValue( 
   string sSequence
)

Parameters

sSequence
String

Return Value

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

IMMPxHelper Interface
IMMPxHelper Members

 

 


Send Comment