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


IRelationResult.RelationElementCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IRelationResult.RelationElementCount Property

The number of pairs of geometries in the relation.

[Visual Basic .NET]
Public ReadOnly Property RelationElementCount As Integer
[C#]
public int RelationElementCount {get;}
[C++]
HRESULT get_RelationElementCount(
  long* resultPairCount
);
[C++]

Parameters resultPairCount [out, retval] resultPairCount is a parameter of type long

Product Availability

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

See Also

IRelationResult Interface