Responder Developer Guide
GetSelectedData Method


Version: 10.2.1a

Resource Center Home

Gets a dataset containing the current application data selection.
Syntax
'Declaration
 
Public Function GetSelectedData() As DataSet
'Usage
 
Dim instance As DataManager
Dim value As DataSet
 
value = instance.GetSelectedData()
public DataSet GetSelectedData()

Return Value

A dataset containing the tables and rows of the current data selection.
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

DataManager Class
DataManager Members

 

 


Send Comment