ArcFM Server Developer Guide
Delete Method (clsDNDeleterClass)


Syntax
'Declaration
 
Public Overridable Sub Delete( _
   ByVal pPxNode As IMMPxNode, _
   ByRef sMsg As String, _
   ByRef Status As Integer _
) 
'Usage
 
Dim instance As clsDNDeleterClass
Dim pPxNode As IMMPxNode
Dim sMsg As String
Dim Status As Integer
 
instance.Delete(pPxNode, sMsg, Status)
public virtual void Delete( 
   IMMPxNode pPxNode,
   out string sMsg,
   out int Status
)

Parameters

pPxNode
sMsg
Status
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

clsDNDeleterClass Class
clsDNDeleterClass Members

 

 


Send Comment