ArcFM Desktop Developer Guide
nodeTypeId Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Long
Method returns the nodeTypeId (as long), given the index position (as long input parameter).
Syntax
'Declaration
 
Function nodeTypeId( _
   ByVal lIndex As Integer _
) As Integer
'Usage
 
Dim instance As IMMPxCleanuplist
Dim lIndex As Integer
Dim value As Integer
 
value = instance.nodeTypeId(lIndex)
int nodeTypeId( 
   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