ArcFM Solution Developer Guide
TagFilterModel Constructor(String,ObservableCollection<TagItem>)


Syntax
'Declaration
 
Public Function New( _
   ByVal filterNameAlias As System.String, _
   ByVal tags As System.Collections.ObjectModel.ObservableCollection(Of TagItem) _
)
'Usage
 
Dim filterNameAlias As System.String
Dim tags As System.Collections.ObjectModel.ObservableCollection(Of TagItem)
 
Dim instance As New TagFilterModel(filterNameAlias, tags)
public TagFilterModel( 
   System.string filterNameAlias,
   System.Collections.ObjectModel.ObservableCollection<TagItem> tags
)

Parameters

filterNameAlias
tags
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

TagFilterModel Class
TagFilterModel Members
Overload List

 

 


Send Comment