ArcFM Desktop Developer Guide
Node Property (IMMPxControl)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The Process Framework passes in the current node to this property. Use this property to set a reference to the node so the control can use it to view or modify the database record represented by the node.
Syntax
'Declaration
 
<DispIdAttribute(1610678280)>
WriteOnly Property Node As IMMPxNode
'Usage
 
Dim instance As IMMPxControl
 
instance.Node = value
[DispId(1610678280)]
IMMPxNode Node {set;}
Example
The following code sample demonstrates how the IMMPxControl::Node property may be implemented.
Visual Basic Copy Code

Private Property Set IMMPxControl_Node(ByVal RHS As Miner.Interop.Process.IMMPxNode)

If m_pFormUI Is Nothing Then

Set m_pFormUI = New frmDesignUI
Load m_pFormUI

End If

m_pFormUI.Execute m_pPxApp, m_pPxNode

End Property

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

IMMPxControl Interface
IMMPxControl Members

 

 


Send Comment