| KM_InterpreterKM_Interpreter_SetupParamsGetParameter Method |
Get GCode parameter by index.
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public double GetParameter(
int index
)
Public Function GetParameter (
index As Integer
) As Double
public:
double GetParameter(
int index
)
Parameters
- index Int32
- Parameter index.
Return Value
DoubleParameter value.
See Also