ArcFM Desktop Developer Guide
CreateNodeState Method (IMMPxApplicationEx5)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Long
Long
Long

Creates a current state table entry for the specified node.

Syntax
'Declaration
 
Sub CreateNodeState( _
   ByVal lNodeID As Integer, _
   ByVal lNodeTypeID As Integer, _
   ByVal lInitState As Integer _
) 
'Usage
 
Dim instance As IMMPxApplicationEx5
Dim lNodeID As Integer
Dim lNodeTypeID As Integer
Dim lInitState As Integer
 
instance.CreateNodeState(lNodeID, lNodeTypeID, lInitState)
void CreateNodeState( 
   int lNodeID,
   int lNodeTypeID,
   int lInitState
)

Parameters

lNodeID
Long
lNodeTypeID
Long
lInitState
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

IMMPxApplicationEx5 Interface
IMMPxApplicationEx5 Members

 

 


Send Comment