ArcFM Engine Developer Guide
Submit(DataSet) Method


The dataset to submit
Submits a dataset. Assumes refresh of explorer to show submitted changes, and an edit form is not currently being displayed.
Syntax
'Declaration
 
Overloads Sub Submit( _
   ByVal dataSet As DataSet _
) 
'Usage
 
Dim instance As IExplorerDataSubmit
Dim dataSet As DataSet
 
instance.Submit(dataSet)
void Submit( 
   DataSet dataSet
)

Parameters

dataSet
The dataset to submit
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

IExplorerDataSubmit Interface
IExplorerDataSubmit Members
Overload List

 

 


Send Comment