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