ArcFM Desktop Developer Guide
AutoStructureRelate.FeatureEqualityComparer Class
Members 


Product Availability
Required Licenses
.NET Assembly
An equality comparer so an IFeature reference can be used as the key in a dictionary or hashset.
Object Model
AutoStructureRelate.FeatureEqualityComparer Class
Syntax
'Declaration
 
Public Class AutoStructureRelate.FeatureEqualityComparer 
   Inherits System.Collections.Generic.EqualityComparer(Of IFeature)
public class AutoStructureRelate.FeatureEqualityComparer : System.Collections.Generic.EqualityComparer<IFeature> 
Remarks
Caution: this equality comparer simply determines IFeature equality by comparing the FCID/OID pair. Of course, a FCID/OID pair is only unique within a workspace (not between workspaces), so this is not a general-purpose comparer... which is why it's a nested class.
Inheritance Hierarchy

System.Object
   System.Collections.Generic.EqualityComparer<T>
      Miner.Geodatabase.AutoUpdaters.AutoStructureRelate.FeatureEqualityComparer

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

AutoStructureRelate.FeatureEqualityComparer Members
Miner.Geodatabase.AutoUpdaters Namespace

 

 


Send Comment