ArcObjects Library Reference (GeoDatabase)  

ITinTriangle.QueryAsRing Method

Sets the specified triangle as a ring.

[Visual Basic .NET]
Public Sub QueryAsRing ( _
    ByVal pRing As IRing _
)
[C#]
public void QueryAsRing (
    IRing pRing
);
[C++]
HRESULT QueryAsRing(
  IRing* pRing
);
[C++]

Parameters

pRing

  pRing is a parameter of type IRing

Product Availability

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

Description

Writes the triangle's X, Y, and Z node coordinates as points to an existing, pre-instantiated, Ring object.

See Also

ITinTriangle Interface