This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters other
other is a parameter of type IGeometryBag* relationDescription
relationDescription is a parameter of type BSTR