ArcFM Responder Mobile Developer Guide
SetCurrentFilterByProgId Method






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

Parameters

sProgID
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