Interface IExtensionTypeInfoUtilityRunner
Extension, which can run utilities in main window
Namespace: CAMAPI.Extensions
Assembly: CAMAPI.Extensions.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("8190AA5D-4B73-411E-9E8A-DD2DDE5E8A78")]
public interface IExtensionTypeInfoUtilityRunner
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 |