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

Parameters

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