ArcFM Solution Developer Guide
CreateNodeState Method (PxApplicationClass)


Syntax
'Declaration
 
Public Overridable Sub CreateNodeState( _
   ByVal lNodeID As System.Integer, _
   ByVal lNodeTypeID As System.Integer, _
   ByVal lInitState As System.Integer _
) 
'Usage
 
Dim instance As PxApplicationClass
Dim lNodeID As System.Integer
Dim lNodeTypeID As System.Integer
Dim lInitState As System.Integer
 
instance.CreateNodeState(lNodeID, lNodeTypeID, lInitState)
public virtual void CreateNodeState( 
   System.int lNodeID,
   System.int lNodeTypeID,
   System.int lInitState
)

Parameters

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

PxApplicationClass Class
PxApplicationClass Members

 

 


Send Comment