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