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


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

ITinAdvanced.QueryEdgeAsWKSPointZs Method

The points equal to the end points of the edge referenced by the index.

[Visual Basic .NET]
Public Sub QueryEdgeAsWKSPointZs ( _
    ByVal Index As Integer, _
    ByRef pFrom As WKSPointZ, _
    ByRef pTo As WKSPointZ _
)
[C#]
public void QueryEdgeAsWKSPointZs (
    int Index,
    ref WKSPointZ pFrom,
    ref WKSPointZ pTo
);
[C++]
HRESULT QueryEdgeAsWKSPointZs(
  long Index,
  WKSPointZ* pFrom,
  WKSPointZ* pTo
);
[C++]
Parameters
Index [in]

Index is a parameter of type long 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.

See Also

ITinAdvanced Interface