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 System.Integer, _
ByVal Column As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IBSurfParamData
Dim Row As System.Integer
Dim Column As System.Integer
Dim value As System.Object
value = instance.GetControlPoints(Row, Column) |
C# | |
---|
System.object GetControlPoints(
System.int Row,
System.int Column
) |
C++/CLI | |
---|
System.Object^ GetControlPoints(
& System.int Row,
& System.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