ArcFM Engine Developer Guide
SetNodeState Method (PxApplicationClass)


Syntax
'Declaration
 
Public Overridable Sub SetNodeState( _
   ByVal pPxNode As IMMPxNode, _
   ByVal pState As IMMPxState _
) 
'Usage
 
Dim instance As PxApplicationClass
Dim pPxNode As IMMPxNode
Dim pState As IMMPxState
 
instance.SetNodeState(pPxNode, pState)
public virtual void SetNodeState( 
   IMMPxNode pPxNode,
   IMMPxState pState
)

Parameters

pPxNode
pState
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