ArcFM Engine Developer Guide
SetNodeLock Method (IMMPxApplicationEx5)


Syntax
'Declaration
 
Sub SetNodeLock( _
   ByVal pPxNode As IMMPxNode, _
   ByVal bLocked As Boolean _
) 
'Usage
 
Dim instance As IMMPxApplicationEx5
Dim pPxNode As IMMPxNode
Dim bLocked As Boolean
 
instance.SetNodeLock(pPxNode, bLocked)
void SetNodeLock( 
   IMMPxNode pPxNode,
   bool bLocked
)

Parameters

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