| KM_Axis Constructor |
Default constructor for the Axis Object
Namespace: KMotion_dotNetAssembly: 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
)
Public Sub New (
controller As KM_Controller,
id As Integer,
name As String
)
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