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


ITinEdge.RightTriangle Property (ArcObjects .NET 10.5 SDK)
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