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


ITinEdge.QueryAsWKSPointZs Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinEdge Interface > ITinEdge.QueryAsWKSPointZs Method
ArcGIS Developer Help

ITinEdge.QueryAsWKSPointZs Method

Sets the specified edge equal to its nodes as points with z values.

[Visual Basic .NET]
Public Sub QueryAsWKSPointZs ( _
    ByRef pFrom As WKSPointZ, _
    ByRef pTo As WKSPointZ _
)
[C#]
public void QueryAsWKSPointZs (
    ref WKSPointZ pFrom,
    ref WKSPointZ pTo
);
[C++]
HRESULT QueryAsWKSPointZs(
  WKSPointZ* pFrom,
  WKSPointZ* pTo
);
[C++]
Parameters
pFrom [out]

pFrom is a parameter of type WKSPointZ* pTo [out]
pTo is a parameter of type WKSPointZ*

Product Availability

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

Description

Writes the from and to nodes of the edge as points to existing WKSPointZ variables.

See Also

ITinEdge Interface