Responder Developer Guide
OnGeoRowsActivated Method


Version: 10.2.1a

Resource Center Home

The category identifying the type of activation.
If true, search children of top level rows.
If true, the activated row is expanded.
Notifies that rows have been activated in the map, allowing client forms to respond to the row activation.
Syntax
'Declaration
 
Public Function OnGeoRowsActivated( _
   ByVal geoRowInfos() As GeoRowInfo, _
   ByVal category As String, _
   ByVal recursive As Boolean, _
   ByVal expand As Boolean _
) As Boolean
'Usage
 
Dim instance As DataManager
Dim geoRowInfos() As GeoRowInfo
Dim category As String
Dim recursive As Boolean
Dim expand As Boolean
Dim value As Boolean
 
value = instance.OnGeoRowsActivated(geoRowInfos, category, recursive, expand)
public bool OnGeoRowsActivated( 
   GeoRowInfo[] geoRowInfos,
   string category,
   bool recursive,
   bool expand
)

Parameters

geoRowInfos
category
The category identifying the type of activation.
recursive
If true, search children of top level rows.
expand
If true, the activated row is expanded.
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