Interface IMTI_CoolantTubes
Namespace: SprutCAMTech.MachinigToolsImportTypes
Assembly: SprutCAMTech.MachinigToolsImportTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("B95C0DB0-5B68-4174-B8B0-7F8E3BF5B61E")]
public interface IMTI_CoolantTubes
Properties
TubeCount
Declaration
int TubeCount { get; }
Property Value
Type | Description |
---|---|
int |
TubeIsOn[int]
Declaration
bool TubeIsOn[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
int | index |
Property Value
Type | Description |
---|---|
bool |