Gets the coordinates of all of the control points of the spline.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetControlPoints( _
ByVal Count As System.Integer, _
ByRef ControlPoints As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISplineParamData
Dim Count As System.Integer
Dim ControlPoints As System.Double
Dim value As System.Boolean
value = instance.IGetControlPoints(Count, ControlPoints) |
C++/CLI | |
---|
System.bool IGetControlPoints(
& System.int Count,
& [Out] System.double ControlPoints
) |
Parameters
- Count
- Size of ControlPoints array
- ControlPoints
- in-process, unmanaged C++: Pointer to an array of doubles (see Remarks)
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Return Value
True if successful, false if not
Remarks
See Also
Availability
SOLIDWORKS 2011 FCS, Revision Number 19.0