ArcFM Responder Mobile Developer Guide
Build Method (IMMDynamicList)






Syntax
'Declaration
 
Sub Build( _
   ByVal bRecursive As System.Boolean _
) 
'Usage
 
Dim instance As IMMDynamicList
Dim bRecursive As System.Boolean
 
instance.Build(bRecursive)
void Build( 
   System.bool bRecursive
)
procedure Build( 
    bRecursive: System.Boolean
); 
function Build( 
   bRecursive : System.boolean
);
void Build( 
   System.bool bRecursive
) 
void Build( 
   System.bool bRecursive
) 

Parameters

bRecursive
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

IMMDynamicList Interface
IMMDynamicList Members

Send Feedback