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


IRelationalOperatorNxM.Compress Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

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 VARIANT_BOOL

Product Availability

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

See Also

IRelationalOperatorNxM Interface