ArcFM Engine Developer Guide
PerformAction(IDictionary,DataSet) Method


Syntax
'Declaration
 
Protected Overloads Overrides Sub PerformAction( _
   ByVal arguments As IDictionary, _
   ByVal dataSet As DataSet _
) 
'Usage
 
Dim instance As GroupCounterTransformation(Of GroupType)
Dim arguments As IDictionary
Dim dataSet As DataSet
 
instance.PerformAction(arguments, dataSet)
protected override void PerformAction( 
   IDictionary arguments,
   DataSet dataSet
)

Parameters

arguments
dataSet
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

GroupCounterTransformation<GroupType> Class
GroupCounterTransformation<GroupType> Members
Overload List

 

 


Send Comment