ArcFM Responder Mobile Developer Guide
Remove(Object) Method






Syntax
'Declaration
 
Public Overloads Overridable Sub Remove( _
   ByRef Key As System.Object _
) 
'Usage
 
Dim instance As MMPxNodeListClass
Dim Key As System.Object
 
instance.Remove(Key)
public virtual void Remove( 
   ref System.object Key
)
public procedure Remove( 
   var  Key: System.TObject
); virtual; 
public function Remove( 
   Key : System.Object
);
public: virtual void Remove( 
   ref System.Object* Key
) 
public:
virtual void Remove( 
   System.Object^% Key
) 

Parameters

Key
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

MMPxNodeListClass Class
MMPxNodeListClass Members
Overload List

Send Feedback