Gets the number of user points in the view.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetUserPointsCount() As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IView
Dim value As Integer
value = instance.GetUserPointsCount()
|
C# | |
---|
int GetUserPointsCount() |
C++/CLI | |
---|
int GetUserPointsCount(); |
Return Value
Number of user points found in the view
See Also