Responder Developer Guide
Update Method (DataSetConfig)


The new DataSetConfig object.
Updates the dataset configuration stored in this DataSetConfig object based on the configuration stored in a new DataSetConfig object.
Syntax
'Declaration
 
Public Sub Update( _
   ByVal newConfigurator As DataSetConfig _
) 
'Usage
 
Dim instance As DataSetConfig
Dim newConfigurator As DataSetConfig
 
instance.Update(newConfigurator)
public void Update( 
   DataSetConfig newConfigurator
)

Parameters

newConfigurator
The new DataSetConfig object.
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

DataSetConfig Class
DataSetConfig Members

 

 


Send Comment