| KM_MotionParams Constructor |
Primary constructor for the KM_MotionParams object
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public KM_MotionParams(
IntPtr handle
)
Public Sub New (
handle As IntPtr
)
public:
KM_MotionParams(
IntPtr handle
)
Parameters
- handle IntPtr
- Pointer to the associated CoordMotion object
See Also