ArcFM Responder Mobile Developer Guide
CloseNode Method (__PxApplication)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(8)>
<System.Runtime.InteropServices.PreserveSigAttribute()>
Sub CloseNode( _
   ByRef vCloseInfo As System.Object _
) 
'Usage
 
Dim instance As __PxApplication
Dim vCloseInfo As System.Object
 
instance.CloseNode(vCloseInfo)
[System.Runtime.InteropServices.DispId(8)]
[System.Runtime.InteropServices.PreserveSig()]
void CloseNode( 
   out System.object vCloseInfo
)
procedure CloseNode( 
   Out  vCloseInfo: System.TObject
); 
System.Runtime.InteropServices.DispIdAttribute(8)
System.Runtime.InteropServices.PreserveSigAttribute()
function CloseNode( 
   vCloseInfo : System.Object
);
[System.Runtime.InteropServices.DispId(8)]
[System.Runtime.InteropServices.PreserveSig()]
void CloseNode( 
   [PARAMFLAG::Out] System.Object* vCloseInfo
) 
[System.Runtime.InteropServices.DispId(8)]
[System.Runtime.InteropServices.PreserveSig()]
void CloseNode( 
   [Out] System.Object^ vCloseInfo
) 

Parameters

vCloseInfo
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

__PxApplication Interface
__PxApplication Members

Send Feedback