ArcFM Engine 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 Integer _
) 
'Usage
 
Dim instance As IncidentNetworkLevelPerRegion
Dim ids() As Integer
 
instance.SetFilteredCauses(ids)
public void SetFilteredCauses( 
   params int[] ids
)

Parameters

ids
The identifiers of the incident cause types to be filtered from the incident counts.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IncidentNetworkLevelPerRegion Class
IncidentNetworkLevelPerRegion Members

 

 


Send Comment