This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinNode Interface > ITinNode.QueryAsPoint Method (ArcObjects .NET 10.5 SDK) |
Sets the node equal to a point.
[Visual Basic .NET] Public Sub QueryAsPoint ( _ ByVal pPoint As IPoint _ )
[C#] public void QueryAsPoint ( IPoint pPoint );
[C++]
HRESULT QueryAsPoint(
IPoint* pPoint
);
[C++]
Parameters pPoint
pPoint is a parameter of type IPoint
Writes the X, Y, and Z values of the node to an existing, pre-instantiated, Point object. In some cases, such as in loops, it's faster to reuse and write to an existing Point object rather than to create a new one each iteration.