Responder Developer Guide
OnGeoRowActivated Method


Version: 10.2.1a

Resource Center Home

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

Parameters

geoRowInfo
The Miner.Responder.Framework.GeoRowInfo for the row that has been activated.
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