ArcFM Engine Developer Guide
GetLongValueFromRow Method


Syntax
'Declaration
 
Public Shared Function GetLongValueFromRow( _
   ByVal pRow As IRow, _
   ByVal index As Integer _
) As Integer
'Usage
 
Dim pRow As IRow
Dim index As Integer
Dim value As Integer
 
value = CommonModule.GetLongValueFromRow(pRow, index)
public static int GetLongValueFromRow( 
   IRow pRow,
   int index
)

Parameters

pRow
index
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

CommonModule Class
CommonModule Members

 

 


Send Comment