GetEdgeCount Method (ILoop)
Obsolete. Superseded by ILoop2::GetEdgeCount.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetEdgeCount() As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ILoop
Dim value As Integer
value = instance.GetEdgeCount()
|
C++/CLI | |
---|
int GetEdgeCount(); |
See Also