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


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

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(
  System.Int32* 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