Click or drag to resize

KM_ControllerGetAxisGroup Method

Creates a KM_AxisGroup

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public KM_AxisGroup GetAxisGroup(
	int id,
	string name,
	params KM_Axis[] axislist
)

Parameters

id  Int32
integer id
name  String
descriptive name
axislist  KM_Axis
List of KM_Axis to place in the group

Return Value

KM_AxisGroup
Created KM_AxisGroup
See Also