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.