| KM_AxisGroup Constructor |
Creates group of axes
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public KM_AxisGroup(
KM_Controller controller,
params KM_Axis[] axislist
)
Public Sub New (
controller As KM_Controller,
ParamArray axislist As KM_Axis()
)
public:
KM_AxisGroup(
KM_Controller^ controller,
... array<KM_Axis^>^ axislist
)
Parameters
- controller KM_Controller
- KM_Controller to associate the group with
- axislist KM_Axis
- List of Axes
See Also