ArcFM Engine Developer Guide
Submit(DataSet) Method


Syntax
'Declaration
 
Public Overloads Shared Function Submit( _
   ByVal source As DataSet _
) As Boolean
'Usage
 
Dim source As DataSet
Dim value As Boolean
 
value = ResponderServices.Submit(source)
public static bool Submit( 
   DataSet source
)

Parameters

source

Return Value

True if there were changes successfully submitted.
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

ResponderServices Class
ResponderServices Members
Overload List

 

 


Send Comment