This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinTriangle Interface > ITinTriangle.QueryVertices Method (ArcObjects .NET 10.4 SDK) |
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
Writes the X, Y, and Z coordinates of a triangle's nodes to WKSPointZ variables.