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