This document is archived and information here might be outdated.  Recommended version.


IRelationResultArray Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IR > IRelationResultArray Interface
ArcGIS Developer Help

IRelationResultArray Interface

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

This interface is new at ArcGIS 9.3.

Members

Name Description
Method Add Adds a relation result.
Read-only property Count The geometry count.
Read-only property Element Returns the relation pair at the specified position.
Method Insert Adds a relation pair at the specified position.
Method Remove Removes the relation result at the specified position.
Method RemoveAll Removes all relation pairs.

Classes that implement IRelationResultArray

Classes Description
RelationResultArray