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


ITinNodeCollection.QueryNodeAsWKSPointZ Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinNodeCollection.QueryNodeAsWKSPointZ Method

Sets the node equal to a z-value point 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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITinNodeCollection Interface