ArcFM Responder Mobile Developer Guide
SetCurrentGroup Method






Syntax
'Declaration
 
Sub SetCurrentGroup( _
   ByVal sGroupName As System.String _
) 
'Usage
 
Dim instance As IMMPxFilterContainer
Dim sGroupName As System.String
 
instance.SetCurrentGroup(sGroupName)
void SetCurrentGroup( 
   System.string sGroupName
)
procedure SetCurrentGroup( 
    sGroupName: System.String
); 
function SetCurrentGroup( 
   sGroupName : System.String
);
void SetCurrentGroup( 
   System.string* sGroupName
) 
void SetCurrentGroup( 
   System.String^ sGroupName
) 

Parameters

sGroupName
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

IMMPxFilterContainer Interface
IMMPxFilterContainer Members

Send Feedback