Gets the center-hole sketch points in this hole series.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetSketchPoints( _
ByVal NCount As Integer _
) As SketchPoint |
Visual Basic (Usage) | |
---|
Dim instance As IHoleSeriesFeatureData
Dim NCount As Integer
Dim value As SketchPoint
value = instance.IGetSketchPoints(NCount)
|
C# | |
---|
SketchPoint IGetSketchPoints(
int NCount
) |
C++/CLI | |
---|
SketchPoint^ IGetSketchPoints(
& int NCount
) |
Parameters
- NCount
- Number of center-hole sketch points
Return Value
- in-process, unmanaged C++: Pointer to an array of center-hole sketch 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 2008 FCS, Revision Number 16.0