Responder Developer Guide
NotifyOfFeaturesSelected Method


Syntax
'Declaration
 
Function NotifyOfFeaturesSelected( _
   ByVal features() As FeatureSelection, _
   ByVal category As String, _
   Optional ByVal properties As Dictionary(Of String,Object) _
) As Boolean
'Usage
 
Dim instance As IGeospatialActions
Dim features() As FeatureSelection
Dim category As String
Dim properties As Dictionary(Of String,Object)
Dim value As Boolean
 
value = instance.NotifyOfFeaturesSelected(features, category, properties)
bool NotifyOfFeaturesSelected( 
   FeatureSelection[] features,
   string category,
   Dictionary<string,object> properties
)

Parameters

features
category
properties
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

IGeospatialActions Interface
IGeospatialActions Members

 

 


Send Comment