Responder Developer Guide
CollectionViewProjection Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal optionName As String, _
   ByVal projectionAction As Action(Of ICollectionView) _
)
'Usage
 
Dim optionName As String
Dim projectionAction As Action(Of ICollectionView)
 
Dim instance As New CollectionViewProjection(optionName, projectionAction)
public CollectionViewProjection( 
   string optionName,
   Action<ICollectionView> projectionAction
)

Parameters

optionName
projectionAction
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

CollectionViewProjection Class
CollectionViewProjection Members

 

 


Send Comment