Interface ISTOMAction
Namespace: STOMTypes
Assembly: STOMTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("4629A5E0-5D8C-4174-A6D7-763033EB2D64")]
public interface ISTOMActionProperties
Enabled
Declaration
bool Enabled { get; }Property Value
| Type | Description | 
|---|---|
| bool | 
Name
Declaration
string Name { get; }Property Value
| Type | Description | 
|---|---|
| string | 
Methods
Execute()
Declaration
void Execute()