ArcObjects Library Reference (Geometry)  

IRelationalOperatorNxM.Relation Method

Evaluates an arbitrary relation specified using a dimension-extended matrix.

[Visual Basic .NET]
Public Function Relation ( _
    ByVal other As IGeometryBag, _
    ByVal relationDescription As String _
) As IRelationResult
[C#]
public IRelationResult Relation (
    IGeometryBag other,
    string relationDescription
);
[C++]
HRESULT Relation(
  IGeometryBag* other,
  BSTR relationDescription,
  IRelationResult** result
);
[C++]

Parameters

other

  other is a parameter of type IGeometryBag

relationDescription   relationDescription is a parameter of type BSTR result [out, retval]

  result is a parameter of type IRelationResult

Product Availability

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

See Also

IRelationalOperatorNxM Interface