Interface ICamApiScriptEditor
Script editor (Script IDE) handle returned by ICamApiApplicationMainForm.OpenScriptEditor. Currently exposes only Load; may grow more methods (goto line, close, etc.) appended at the end.
Namespace: CAMAPI.ApplicationMainForm
Assembly: CAMAPI.ApplicationMainForm.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("1EBCB317-3A1B-4961-BDF7-72D7FA1C9606")]
public interface ICamApiScriptEditor
Methods
Load(string, out TResultStatus)
Declaration
void Load(string ScriptPath, out TResultStatus ret)
Parameters
| Type | Name | Description |
|---|---|---|
| string | ScriptPath | |
| TResultStatus | ret |