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


ITinAdvanced.QueryTriangleAsWKSPointZs Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced Interface > ITinAdvanced.QueryTriangleAsWKSPointZs Method
ArcGIS Developer Help

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