ArcFM Responder Mobile Developer Guide
Delete Method (IMMPxNodeDelete)






Syntax
'Declaration
 
Sub Delete( _
   ByVal pPxApp As IMMPxApplication, _
   ByRef sMsg As System.String, _
   ByRef Status As System.Integer _
) 
'Usage
 
Dim instance As IMMPxNodeDelete
Dim pPxApp As IMMPxApplication
Dim sMsg As System.String
Dim Status As System.Integer
 
instance.Delete(pPxApp, sMsg, Status)
void Delete( 
   IMMPxApplication pPxApp,
   out System.string sMsg,
   out System.int Status
)
procedure Delete( 
    pPxApp: IMMPxApplication;
   Out  sMsg: System.String;
   Out  Status: System.Integer
); 
function Delete( 
   pPxApp : IMMPxApplication,
   sMsg : System.String,
   Status : System.int
);
void Delete( 
   IMMPxApplication* pPxApp,
   [PARAMFLAG::Out] System.string* sMsg,
   [PARAMFLAG::Out] System.int Status
) 
void Delete( 
   IMMPxApplication^ pPxApp,
   [Out] System.String^ sMsg,
   [Out] System.int Status
) 

Parameters

pPxApp
sMsg
Status
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

IMMPxNodeDelete Interface
IMMPxNodeDelete Members

Send Feedback