Interface ICamApiMacroBuilderSettings
Settings of build macro
Namespace: CAMAPI.Macros
Assembly: CAMAPI.Macros.dll
Syntax
[Guid("E862385C-6448-4494-92D8-ED9AC1E151EA")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiMacroBuilderSettings
Properties
Caption
Caption of macro
Declaration
string Caption { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CreateOperations
Create operations or not
Declaration
bool CreateOperations { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Description
Description of macro
Declaration
string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExecuteExtensionId
Unique ident of extension to be executed
Declaration
string ExecuteExtensionId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Unique ident of macro
Declaration
string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OutputFolder
Folder to store created macro file
Declaration
string OutputFolder { get; set; }
Property Value
| Type | Description |
|---|---|
| string |