ArcFM Responder Mobile Developer Guide
SetApplyToAll Method (IMMTemplateNodeFields)






Syntax
'Declaration
 
Sub SetApplyToAll( _
   ByVal bApplyToAll As System.Boolean _
) 
'Usage
 
Dim instance As IMMTemplateNodeFields
Dim bApplyToAll As System.Boolean
 
instance.SetApplyToAll(bApplyToAll)
void SetApplyToAll( 
   System.bool bApplyToAll
)
procedure SetApplyToAll( 
    bApplyToAll: System.Boolean
); 
function SetApplyToAll( 
   bApplyToAll : System.boolean
);
void SetApplyToAll( 
   System.bool bApplyToAll
) 
void SetApplyToAll( 
   System.bool bApplyToAll
) 

Parameters

bApplyToAll
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