ArcFM Responder Mobile Developer Guide
GetMobileConfigByNodeType Method (PxApplicationClass)






Syntax
'Declaration
 
Public Overridable Function GetMobileConfigByNodeType( _
   ByVal lNodeTypeID As System.Integer, _
   Optional ByVal bResetCache As System.Boolean _
) As IMMMobileConfig
'Usage
 
Dim instance As PxApplicationClass
Dim lNodeTypeID As System.Integer
Dim bResetCache As System.Boolean
Dim value As IMMMobileConfig
 
value = instance.GetMobileConfigByNodeType(lNodeTypeID, bResetCache)
public virtual IMMMobileConfig GetMobileConfigByNodeType( 
   System.int lNodeTypeID,
   System.bool bResetCache
)
public function GetMobileConfigByNodeType( 
    lNodeTypeID: System.Integer;
    bResetCache: System.Boolean
): IMMMobileConfig; virtual; 
public function GetMobileConfigByNodeType( 
   lNodeTypeID : System.int,
   bResetCache : System.boolean
) : IMMMobileConfig;
public: virtual IMMMobileConfig* GetMobileConfigByNodeType( 
   System.int lNodeTypeID,
   System.bool bResetCache
) 
public:
virtual IMMMobileConfig^ GetMobileConfigByNodeType( 
   System.int lNodeTypeID,
   System.bool bResetCache
) 

Parameters

lNodeTypeID
bResetCache
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