Interface IExtension
SprutCAM Open API extension
Namespace: SprutCAMTech.CAMAPI.Extensions
Assembly: SprutCAMTech.CAMAPI.Extensions.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("F5F7824C-0460-488F-B786-8B67CE6DE754")]
public interface IExtension
Properties
Info
Describing extension information
Declaration
IExtensionInfo Info { get; set; }
Property Value
| Type | Description |
|---|---|
| IExtensionInfo |
Methods
GetEnabled()
Get extension is enabled
Declaration
bool GetEnabled()
Returns
| Type | Description |
|---|---|
| bool |
SetEnabled(bool, out TResultStatus)
Declaration
void SetEnabled(bool Enabled, out TResultStatus ret)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | Enabled | |
| TResultStatus | ret |