ArcFM Responder Mobile Developer Guide
SetApplyList Method (IMMTemplateNodeFields)






Syntax
'Declaration
 
Sub SetApplyList( _
   ByVal pApplyList As ID8List _
) 
'Usage
 
Dim instance As IMMTemplateNodeFields
Dim pApplyList As ID8List
 
instance.SetApplyList(pApplyList)
void SetApplyList( 
   ID8List pApplyList
)
procedure SetApplyList( 
    pApplyList: ID8List
); 
function SetApplyList( 
   pApplyList : ID8List
);
void SetApplyList( 
   ID8List* pApplyList
) 
void SetApplyList( 
   ID8List^ pApplyList
) 

Parameters

pApplyList
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

IMMTemplateNodeFields Interface
IMMTemplateNodeFields Members

Send Feedback