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