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