This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced Interface > ITinAdvanced.QueryNodeAsWKSPointZ Method (ArcObjects .NET 10.4 SDK) |
Queries the point equal to that specified by the index.
[Visual Basic .NET] Public Sub QueryNodeAsWKSPointZ ( _ ByVal Index As Integer, _ ByRef pPoint As WKSPointZ _ )
[C#] public void QueryNodeAsWKSPointZ ( int Index, ref WKSPointZ pPoint );
[C++]
HRESULT QueryNodeAsWKSPointZ(
long Index,
_WKSPointZ* pPoint
);
[C++]
Parameters Index [in] Index is a parameter of type long pPoint [out]
pPoint is a parameter of type _WKSPointZ