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