IGetUserPoints Method (IView)
Obsolete. Superseded by IView::GetUserPoints2 and IView::IGetUserPoints2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetUserPoints() As Double |
Visual Basic (Usage) | |
---|
Dim instance As IView
Dim value As Double
value = instance.IGetUserPoints()
|
C# | |
---|
double IGetUserPoints() |
C++/CLI | |
---|
double IGetUserPoints(); |
See Also