Gets the edge that corresponds to this coedge.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetEdge() As Edge |
Visual Basic (Usage) | |
---|
Dim instance As ICoEdge
Dim value As Edge
value = instance.IGetEdge() |
C++/CLI | |
---|
Edge^ IGetEdge(); |
Return Value
Pointer to the edge that corresponds to this coedge
See Also