ArcObjects Library Reference (GeoDatabase)  

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