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