ArcFM Responder Mobile Developer Guide
CurrentNode Property (PxApplicationClass)






Syntax
'Declaration
 
Public Overridable Property CurrentNode As IMMPxNode
'Usage
 
Dim instance As PxApplicationClass
Dim value As IMMPxNode
 
instance.CurrentNode = value
 
value = instance.CurrentNode
public virtual IMMPxNode CurrentNode {get; set;}
public read-write property CurrentNode: IMMPxNode; virtual; 
public function get,set CurrentNode : IMMPxNode
public: __property virtual IMMPxNode* get_CurrentNode();
public: __property virtual void set_CurrentNode( 
   IMMPxNode* value
);
public:
virtual property IMMPxNode^ CurrentNode {
   IMMPxNode^ get();
   void set (    IMMPxNode^ value);
}
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

PxApplicationClass Class
PxApplicationClass Members

Send Feedback