ArcFM Responder Mobile Developer Guide
GetDeleter Method (PxApplicationClass)






Syntax
'Declaration
 
Public Overridable Function GetDeleter( _
   ByVal nodeTypeId As System.Integer _
) As IMMPxDeleter
'Usage
 
Dim instance As PxApplicationClass
Dim nodeTypeId As System.Integer
Dim value As IMMPxDeleter
 
value = instance.GetDeleter(nodeTypeId)
public virtual IMMPxDeleter GetDeleter( 
   System.int nodeTypeId
)
public function GetDeleter( 
    nodeTypeId: System.Integer
): IMMPxDeleter; virtual; 
public function GetDeleter( 
   nodeTypeId : System.int
) : IMMPxDeleter;
public: virtual IMMPxDeleter* GetDeleter( 
   System.int nodeTypeId
) 
public:
virtual IMMPxDeleter^ GetDeleter( 
   System.int nodeTypeId
) 

Parameters

nodeTypeId
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

PxApplicationClass Class
PxApplicationClass Members

Send Feedback