ArcFM Responder Mobile Developer Guide
SetFilteredCauses Method






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

Parameters

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