Click or drag to resize

KM_ControllerGetAxis Method

Creates a KM_Axis object

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public KM_Axis GetAxis(
	int channel,
	string name
)

Parameters

channel  Int32
KFLOP Axis Channel
name  String
descriptive name

Return Value

KM_Axis
Created Axis
See Also