Responder Developer Guide
FeaturesSelectionEventArgs Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal featureSelections() As FeatureSelection, _
   ByVal category As String, _
   ByVal properties As Dictionary(Of String,Object) _
)
'Usage
 
Dim featureSelections() As FeatureSelection
Dim category As String
Dim properties As Dictionary(Of String,Object)
 
Dim instance As New FeaturesSelectionEventArgs(featureSelections, category, properties)
public FeaturesSelectionEventArgs( 
   FeatureSelection[] featureSelections,
   string category,
   Dictionary<string,object> properties
)

Parameters

featureSelections
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

FeaturesSelectionEventArgs Class
FeaturesSelectionEventArgs Members

 

 


Send Comment