Gets the coordinates of a control point at a specific row and column of the control point matrix.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetControlPoints( _
ByVal Row As Integer, _
ByVal Column As Integer, _
ByVal Count As Integer _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As IBSurfParamData
Dim Row As Integer
Dim Column As Integer
Dim Count As Integer
Dim value As Double
value = instance.IGetControlPoints(Row, Column, Count)
|
C++/CLI | |
---|
double IGetControlPoints(
& int Row,
& int Column,
& int Count
) |
Parameters
- Row
- 1 <= index of row <= ControlPointRowCount
- Column
- 1 <= index of column <= ControlPointColumnCount
- Count
- ControlPointDimension
Return Value
VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Remarks
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0