ArcObjects Library Reference (GeoDatabase)  

ITinTriangle.QueryVertices Method

The vertices of the specified triangle as point features.

[Visual Basic .NET]
Public Sub QueryVertices ( _
    ByRef pPi As WKSPointZ, _
    ByRef pPj As WKSPointZ, _
    ByRef pPk As WKSPointZ _
)
[C#]
public void QueryVertices (
    ref WKSPointZ pPi,
    ref WKSPointZ pPj,
    ref WKSPointZ pPk
);
[C++]
HRESULT QueryVertices(
  _WKSPointZ* pPi,
  _WKSPointZ* pPj,
  _WKSPointZ* pPk
);
[C++]

Parameters

pPi [out]

  pPi is a parameter of type _WKSPointZ

pPj [out]

  pPj is a parameter of type _WKSPointZ

pPk [out]

  pPk is a parameter of type _WKSPointZ

Product Availability

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

Description

Writes the X, Y, and Z coordinates of a triangle's nodes to WKSPointZ variables.

See Also

ITinTriangle Interface