ArcFM Desktop Developer Guide
Delete Method (ExpressDeleter)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
Public Sub Delete( _
   ByVal pxNode As IMMPxNode, _
   ByRef msg As String, _
   ByRef status As Integer _
) 
'Usage
 
Dim instance As ExpressDeleter
Dim pxNode As IMMPxNode
Dim msg As String
Dim status As Integer
 
instance.Delete(pxNode, msg, status)
public void Delete( 
   IMMPxNode pxNode,
   ref string msg,
   ref int status
)

Parameters

pxNode
msg
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

ExpressDeleter Class
ExpressDeleter Members

 

 


Send Comment