ArcObjects Library Reference (GeoDatabase)  

ITinAdvanced.QueryTriangleAsWKSPointZs Method

Queries the points equal to the nodes of the triangle referenced by the index.

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

Parameters

Index [in]   Index is a parameter of type long 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.

See Also

ITinAdvanced Interface