Interface IExtensionInfoUtilityRunner
Extension, which can run utilities in main window
Namespace: SprutCAMTech.CAMAPI.Extensions
Assembly: SprutCAMTech.CAMAPI.Extensions.dll
Syntax
[Guid("8190AA5D-4B73-411E-9E8A-DD2DDE5E8A78")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IExtensionInfoUtilityRunner
Properties
FilterTypes
String line provided to select file window for filtering files, that can be chosen
Declaration
string FilterTypes { get; set; }
Property Value
Type | Description |
---|---|
string |
VisibleInEditor
Extension is visible in utility editor, so it can be chosen
Declaration
bool VisibleInEditor { get; set; }
Property Value
Type | Description |
---|---|
bool |