ArcFM Responder Mobile Developer Guide
SetFilteredTroubles Method






The identifiers of the trouble types to be filtered from the incident counts.
Sets the incident trouble types that will not be included in the incident counts.
Syntax
'Declaration
 
Public Sub SetFilteredTroubles( _
   ByVal ParamArray ids() As System.Integer _
) 
'Usage
 
Dim instance As IncidentNetworkLevelPerRegion
Dim ids() As System.Integer
 
instance.SetFilteredTroubles(ids)
public void SetFilteredTroubles( 
   params System.int[] ids
)
public procedure SetFilteredTroubles( 
   params  ids: System.Integerarray of
); 
public function SetFilteredTroubles( 
   ids : System.int[]
);
public: void SetFilteredTroubles( 
   params System.int[]* ids
) 
public:
void SetFilteredTroubles( 
   ... System.array<int>^ ids
) 

Parameters

ids
The identifiers of the trouble types to be filtered from the incident counts.
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

IncidentNetworkLevelPerRegion Class
IncidentNetworkLevelPerRegion Members

Send Feedback