SketchSplineProxy.GetHandle Method
Parent Object: SketchSplineProxyDescription
Method that returns the fit point handle at the given fit point. The method returns Nothing if the handle is not enabled at the input fit point.
Syntax
SketchSplineProxy.GetHandle( FitPoint As SketchPoint ) As SketchSplineHandleParameters
Name | Type | Description |
FitPoint | SketchPoint | Input SketchPoint object that specifies the fit point at which to obtain the handle. |