Gets the number of splines in the view.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSplineCount( _
ByRef PointCount As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IView
Dim PointCount As System.Integer
Dim value As System.Integer
value = instance.GetSplineCount(PointCount) |
C# | |
---|
System.int GetSplineCount(
out System.int PointCount
) |
C++/CLI | |
---|
System.int GetSplineCount(
& [Out] System.int PointCount
) |
Parameters
- PointCount
- Number of doubles (see IView::GetSplines3 or IView::IGetSplines3 Remarks)
Return Value
Number of splines in the view
See Also