| KM_ControllerGetAxis Method |
Creates a KM_Axis object
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public KM_Axis GetAxis(
int channel,
string name
)
Public Function GetAxis (
channel As Integer,
name As String
) As KM_Axis
public:
KM_Axis^ GetAxis(
int channel,
String^ name
)
Parameters
- channel Int32
- KFLOP Axis Channel
- name String
- descriptive name
Return Value
KM_AxisCreated Axis
See Also