ArcFM Responder Mobile Developer Guide
OpenNode Method (__PxApplication)






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

Parameters

vOpenInfo
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