Responder Developer Guide
TagCollection Class
Members 


Product Availability
Required Licenses
.NET Assembly
Object Model
TagCollection Class
Syntax
'Declaration
 
<DebuggerTypeProxyAttribute(System.Collections.Generic.HashSetDebugView`1)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public Class TagCollection 
   Inherits System.Collections.Generic.HashSet(Of String)
'Usage
 
Dim instance As TagCollection
[DebuggerTypeProxy(System.Collections.Generic.HashSetDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public class TagCollection : System.Collections.Generic.HashSet<string> 
Inheritance Hierarchy

System.Object
   System.Collections.Generic.HashSet<T>
      Miner.Responder.Processors.ConnectionTests.TagCollection

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

TagCollection Members
Miner.Responder.Processors.ConnectionTests Namespace

 

 


Send Comment