ArcFM Responder Mobile Developer Guide
GetMobileConfigByNodeType Method (IMMPxMobileHelper)






Syntax
'Declaration
 
Function GetMobileConfigByNodeType( _
   ByVal lNodeTypeID As System.Integer, _
   Optional ByVal bResetCache As System.Boolean _
) As IMMMobileConfig
'Usage
 
Dim instance As IMMPxMobileHelper
Dim lNodeTypeID As System.Integer
Dim bResetCache As System.Boolean
Dim value As IMMMobileConfig
 
value = instance.GetMobileConfigByNodeType(lNodeTypeID, bResetCache)
IMMMobileConfig GetMobileConfigByNodeType( 
   System.int lNodeTypeID,
   System.bool bResetCache
)
function GetMobileConfigByNodeType( 
    lNodeTypeID: System.Integer;
    bResetCache: System.Boolean
): IMMMobileConfig; 
function GetMobileConfigByNodeType( 
   lNodeTypeID : System.int,
   bResetCache : System.boolean
) : IMMMobileConfig;
IMMMobileConfig* GetMobileConfigByNodeType( 
   System.int lNodeTypeID,
   System.bool bResetCache
) 
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

IMMPxMobileHelper Interface
IMMPxMobileHelper Members

Send Feedback