Gets the coordinates of a control point at a specific row and column of the control point matrix.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetControlPoints( _
ByVal Row As Integer, _
ByVal Column As Integer _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IBSurfParamData
Dim Row As Integer
Dim Column As Integer
Dim value As Object
value = instance.GetControlPoints(Row, Column)
|
C# | |
---|
object GetControlPoints(
int Row,
int Column
) |
C++/CLI | |
---|
Object^ GetControlPoints(
& int Row,
& int Column
) |
Parameters
- Row
- 1 <= index of row <= ControlPointRowCount
- Column
- 1 <= index of column <= ControlPointColumnCount
Return Value
Array of control point coordinates
Example
Remarks
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0