This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced Interface > ITinAdvanced.QueryTriangleAsWKSPointZs Method (ArcObjects .NET 10.4 SDK) |
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