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

Parameters

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