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


ITinSelection.FlipSelection Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinSelection Interface > ITinSelection.FlipSelection Method
ArcGIS Developer Help

ITinSelection.FlipSelection Method

Flips current selection of the specified element type in the TIN.

[Visual Basic .NET]
Public Sub FlipSelection ( _
    ByVal Type As esriTinElementType, _
    ByVal bDataElementsOnly As Boolean _
)
[C#]
public void FlipSelection (
    esriTinElementType Type,
    bool bDataElementsOnly
);
[C++]
HRESULT FlipSelection(
  esriTinElementType Type,
  VARIANT_BOOL bDataElementsOnly
);
[C++]
Parameters
Type [in]

Type is a parameter of type esriTinElementType bDataElementsOnly [in]
bDataElementsOnly is a parameter of type bool

Product Availability

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

See Also

ITinSelection Interface