ArcObjects Library Reference (GeoDatabase)  

ITinEdge.RightTriangle Property

The triangle on the right side of the specified edge.

[Visual Basic .NET]
Public ReadOnly Property RightTriangle As ITinTriangle
[C#]
public ITinTriangle RightTriangle {get;}
[C++]
HRESULT get_RightTriangle(
  ITinTriangle** ppTriangle
);
[C++]

Parameters

ppTriangle [out, retval]

  ppTriangle is a parameter of type ITinTriangle

Product Availability

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

See Also

ITinEdge Interface