IGetBCurveParamsSize Method (ICurve)
Obsolete. Superseded by ICurve::IGetBCuvreParamsSize2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetBCurveParamsSize( _
ByVal WantCubicIn As System.Boolean _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICurve
Dim WantCubicIn As System.Boolean
Dim value As System.Integer
value = instance.IGetBCurveParamsSize(WantCubicIn) |
C# | |
---|
System.int IGetBCurveParamsSize(
System.bool WantCubicIn
) |
C++/CLI | |
---|
System.int IGetBCurveParamsSize(
& System.bool WantCubicIn
) |
Parameters
- WantCubicIn
-
See Also