Gets the sense of the coedge.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSense() As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICoEdge
Dim value As System.Boolean
value = instance.GetSense() |
C# | |
---|
System.bool GetSense() |
C++/CLI | |
---|
System.bool GetSense(); |
Return Value
True if the coedge has the same direction as the underlying edge, false if not
Example
See Also