GetBCurveParams Method (ICurve)
Obsolete. Superseded by ICurve::GetBCurveParams3.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetBCurveParams( _
ByVal WantCubicIn As System.Boolean _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICurve
Dim WantCubicIn As System.Boolean
Dim value As System.Object
value = instance.GetBCurveParams(WantCubicIn) |
C# | |
---|
System.object GetBCurveParams(
System.bool WantCubicIn
) |
C++/CLI | |
---|
System.Object^ GetBCurveParams(
& System.bool WantCubicIn
) |
Parameters
- WantCubicIn
True returns cubic rational parameters, false does not
Return Value
Array describing the parameters of the curve (see Remarks)
Example
Remarks
See Also