ArcFM Desktop Developer Guide
NodeId Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Long
Method returns the NodeId (as long), given the index position (as long input parameter).
Syntax
'Declaration
 
Function NodeId( _
   ByVal lIndex As Integer _
) As Integer
'Usage
 
Dim instance As IMMPxCleanuplist
Dim lIndex As Integer
Dim value As Integer
 
value = instance.NodeId(lIndex)
int NodeId( 
   int lIndex
)

Parameters

lIndex
Long

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

IMMPxCleanuplist Interface
IMMPxCleanuplist Members

 

 


Send Comment