ArcFM Responder Mobile Developer Guide
NodeList Property (PxTaskToolClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Public Overridable WriteOnly Property NodeList As ID8List
'Usage
 
Dim instance As PxTaskToolClass
 
instance.NodeList = value
[System.Runtime.InteropServices.DispId(1610678272)]
public virtual ID8List NodeList {set;}
public write-only property NodeList: ID8List; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
public function set NodeList : ID8List
[System.Runtime.InteropServices.DispId(1610678272)]
public: __property virtual void set_NodeList( 
   ID8List* value
);
[System.Runtime.InteropServices.DispId(1610678272)]
public:
virtual property ID8List^ NodeList {
   void set (    ID8List^ 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

PxTaskToolClass Class
PxTaskToolClass Members

Send Feedback