ArcFM Responder Mobile Developer Guide
PxNode Property






Gets the corresponding Process Framework node.
Syntax
'Declaration
 
Public ReadOnly Property PxNode As IMMPxNode
'Usage
 
Dim instance As PxActionData
Dim value As IMMPxNode
 
value = instance.PxNode
public IMMPxNode PxNode {get;}
public read-only property PxNode: IMMPxNode; 
public function get PxNode : IMMPxNode
public: __property IMMPxNode* get_PxNode();
public:
property IMMPxNode^ PxNode {
   IMMPxNode^ get();
}
Remarks
This value will only be populated for Post operations.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PxActionData Class
PxActionData Members

Send Feedback