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


IRelationalOperatorNxM.Compress Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IR > IRelationalOperatorNxM Interface > IRelationalOperatorNxM.Compress Method
ArcGIS Developer Help

IRelationalOperatorNxM.Compress Method

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 bool

Product Availability

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

See Also

IRelationalOperatorNxM Interface