Gets the spline points for this curve.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetSplinePts() As Double |
Visual Basic (Usage) | |
---|
Dim instance As ICurve
Dim value As Double
value = instance.IGetSplinePts()
|
C# | |
---|
double IGetSplinePts() |
C++/CLI | |
---|
double IGetSplinePts(); |
Return Value
VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Example
Remarks
See Also