ArcFM Responder Mobile Developer Guide
GetSDEVersion Method (PxApplicationClass)






Syntax
'Declaration
 
Public Overridable Function GetSDEVersion( _
   ByVal NodeId As System.Integer, _
   ByVal nodeTypeId As System.Integer, _
   ByVal bSupressMsg As System.Boolean _
) As IMMPxSDEVersion
'Usage
 
Dim instance As PxApplicationClass
Dim NodeId As System.Integer
Dim nodeTypeId As System.Integer
Dim bSupressMsg As System.Boolean
Dim value As IMMPxSDEVersion
 
value = instance.GetSDEVersion(NodeId, nodeTypeId, bSupressMsg)
public virtual IMMPxSDEVersion GetSDEVersion( 
   System.int NodeId,
   System.int nodeTypeId,
   System.bool bSupressMsg
)
public function GetSDEVersion( 
    NodeId: System.Integer;
    nodeTypeId: System.Integer;
    bSupressMsg: System.Boolean
): IMMPxSDEVersion; virtual; 
public function GetSDEVersion( 
   NodeId : System.int,
   nodeTypeId : System.int,
   bSupressMsg : System.boolean
) : IMMPxSDEVersion;
public: virtual IMMPxSDEVersion* GetSDEVersion( 
   System.int NodeId,
   System.int nodeTypeId,
   System.bool bSupressMsg
) 
public:
virtual IMMPxSDEVersion^ GetSDEVersion( 
   System.int NodeId,
   System.int nodeTypeId,
   System.bool bSupressMsg
) 

Parameters

NodeId
nodeTypeId
bSupressMsg
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