ArcFM Engine Developer Guide
GenerateOutput Method


Generate output System.Data.DataSet
Syntax
'Declaration
 
Public Function GenerateOutput( _
   ByVal excludeZeroSaidi As Nullable(Of Boolean) _
) As DataSet
'Usage
 
Dim instance As IncidentCauseStatisticsAggregation
Dim excludeZeroSaidi As Nullable(Of Boolean)
Dim value As DataSet
 
value = instance.GenerateOutput(excludeZeroSaidi)
public DataSet GenerateOutput( 
   Nullable<bool> excludeZeroSaidi
)

Parameters

excludeZeroSaidi

Return Value

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

IncidentCauseStatisticsAggregation Class
IncidentCauseStatisticsAggregation Members

 

 


Send Comment