Click or drag to resize

KM_Axis Constructor

Default constructor for the 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(
	KM_Controller controller,
	int id,
	string name
)

Parameters

controller  KM_Controller
KM_Controller object to associate the axis
id  Int32
identifier
name  String
friendly name
See Also