| KM_ControllerGetAxisGroup Method |
Creates a KM_AxisGroup
Namespace: KMotion_dotNetAssembly: 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
)
Public Function GetAxisGroup (
id As Integer,
name As String,
ParamArray axislist As KM_Axis()
) As KM_AxisGroup
public:
KM_AxisGroup^ GetAxisGroup(
int id,
String^ name,
... array<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_AxisGroupCreated KM_AxisGroup
See Also