ArcFM Responder Mobile Developer Guide
SetFilteredStatuses Method






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

Parameters

ids
The identifiers of the status 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