Gets the points through which this curve passes.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetThroughPoints( _
ByVal Count As Integer, _
ByRef Type As Integer _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IReferencePointCurveFeatureData
Dim Count As Integer
Dim Type As Integer
Dim value As Object
value = instance.IGetThroughPoints(Count, Type)
|
C# | |
---|
object IGetThroughPoints(
int Count,
out int Type
) |
C++/CLI | |
---|
Object^ IGetThroughPoints(
& int Count,
& [Out] int Type
) |
Parameters
- Count
- Number of points
- Type
Type of entities (sketch points or vertices) as defined by swSelectType_e
Return Value
- in-process, unmanaged C++: Pointer to an array of points
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 2003 FCS, Revision Number 11.0