This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IR > IRelationalOperatorNxM Interface > IRelationalOperatorNxM.Compress Method (ArcObjects .NET 10.4 SDK) |
Comresses this bag and one index of relationship result based on left or right index.
[Visual Basic .NET] Public Sub Compress ( _ ByVal result As IRelationResult, _ ByVal leftIndex As Boolean _ )
[C#] public void Compress ( IRelationResult result, bool leftIndex );
[C++]
HRESULT Compress(
IRelationResult* result,
VARIANT_BOOL leftIndex
);
[C++]
Parameters result [in, out]
result is a parameter of type IRelationResult leftIndex [in] leftIndex is a parameter of type VARIANT_BOOL