Interface ICamApiTechOperation
Namespace: SprutCAMTech.CAMAPI.Technologist
Assembly: SprutCAMTech.CAMAPI.Technologist.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("C0384D7A-9E7C-4867-87AA-42642AF3186C")]
public interface ICamApiTechOperation
Properties
FullName
Slash divided full name of technology operation including parent groups.
Declaration
string FullName { get; }
Property Value
Type | Description |
---|---|
string |
Id
Get unique identifier of technology operation
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
string |
IsGroup
Returns true if the operation is any kind of groups and can have child operations.
Declaration
bool IsGroup { get; }
Property Value
Type | Description |
---|---|
bool |
Name
Get name of technology operation
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
OperationType
Type identifier of the technology operation
Declaration
string OperationType { get; }
Property Value
Type | Description |
---|---|
string |