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