| KM_Interpreter Constructor |
Primary constructor for the KM_Interpreter object
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public KM_Interpreter(
KM_CoordMotion coordmotion
)
Public Sub New (
coordmotion As KM_CoordMotion
)
public:
KM_Interpreter(
KM_CoordMotion^ coordmotion
)
Parameters
- coordmotion KM_CoordMotion
- KM_CoordMotion object to associate the Interpreter with
See Also