Responder Developer Guide
SaveDataSets Method


Syntax
'Declaration
 
Function SaveDataSets( _
   ByVal dataSets() As DataSet _
) As Boolean
'Usage
 
Dim instance As IEditViewFormCallback
Dim dataSets() As DataSet
Dim value As Boolean
 
value = instance.SaveDataSets(dataSets)
bool SaveDataSets( 
   DataSet[] dataSets
)

Parameters

dataSets
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

IEditViewFormCallback Interface
IEditViewFormCallback Members

 

 


Send Comment