This document is archived and information here might be outdated. Recommended version. |
The edge equal to that referenced by the index.
[Visual Basic .NET] Public Sub QueryEdge ( _ ByVal Index As Integer, _ ByVal pEdge As ITinEdge _ )
[C#] public void QueryEdge ( int Index, ITinEdge pEdge );
[C++]
HRESULT QueryEdge(
long Index,
ITinEdge* pEdge
);
[C++] Parameters Index [in]
Index is a parameter of type long pEdge
pEdge is a parameter of type ITinEdge*