IGetPoints Method (ISketchSpline)
Obsolete. Superseded by ISketchSpline::GetPoints2 and ISketchSpline::IEnumPoints.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetPoints() As Double |
Visual Basic (Usage) | |
---|
Dim instance As ISketchSpline
Dim value As Double
value = instance.IGetPoints()
|
C++/CLI | |
---|
double IGetPoints(); |
See Also