This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IR > IRelationalOperatorNxM Interface > IRelationalOperatorNxM.Relation Method (ArcObjects .NET 10.4 SDK) |
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