ArcFM Desktop Developer Guide
GetNodeTypeName Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Long
Returns a string indicating the type of node.
Syntax
'Declaration
 
Function GetNodeTypeName( _
   ByVal lNodeType As Integer _
) As String
'Usage
 
Dim instance As IMMPxHelper2
Dim lNodeType As Integer
Dim value As String
 
value = instance.GetNodeTypeName(lNodeType)
string GetNodeTypeName( 
   int lNodeType
)

Parameters

lNodeType
Long

Return Value

String
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

IMMPxHelper2 Interface
IMMPxHelper2 Members

 

 


Send Comment