Gets the end conditions of this curve.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetEndParams( _
ByRef Start As Double, _
ByRef End As Double, _
ByRef IsClosed As Boolean, _
ByRef IsPeriodic As Boolean _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICurve
Dim Start As Double
Dim End As Double
Dim IsClosed As Boolean
Dim IsPeriodic As Boolean
Dim value As Boolean
value = instance.GetEndParams(Start, End, IsClosed, IsPeriodic)
|
Parameters
- Start
Start parameter value
- End
End parameter value
- IsClosed
True for closed curves, false for other types
- IsPeriodic
True for periodic curves, false for other types
Return Value
True if the operation was successful, false if not
Example
Remarks
See Also
Availability
SolidWorks 2001 FCS, Revision Number 9.0