Struct CurrentOperationAxisIndex
Structure representing the axis index of the current operation.
Inherited Members
Namespace: DotNet.Interpreter.Helper
Assembly: DotNet.Interpreter.Helper.dll
Syntax
public struct CurrentOperationAxisIndex
Properties
Id
Axis identifier.
Declaration
public int Id { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Name
Axis name.
Declaration
public string Name { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| string |