Gets the size of the array required by 
ICurve::IGetSplinePts.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Function IGetSplinePtsSize( _
   ByRef PropArray As System.Integer, _
   ByRef KnotsArray As System.Double, _
   ByRef CntrlPntCoordArray As System.Double _
) As System.Integer | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As ICurve
Dim PropArray As System.Integer
Dim KnotsArray As System.Double
Dim CntrlPntCoordArray As System.Double
Dim value As System.Integer
 
value = instance.IGetSplinePtsSize(PropArray, KnotsArray, CntrlPntCoordArray) | 
Parameters
- PropArray
- Array that includes dimension, order, number of control points, and periodicity 
- KnotsArray
- knot1, knot2, ..., knotn 
- CntrlPntCoordArray
- controlpoint1[dimension], controlpoint2[dimension], ...,  controlpointn[dimension] 
Return Value
Size of the data set returned by ICurve::IGetSplinePts
Example
            Remarks
 
            
            See Also