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