Table of Contents

Class PolarToolsComponent_InstantScript

Namespace
PolarStudio
Assembly
PolarStudio.dll

This class is the implementation of the Polar Tools component 'Instant script'.

public class PolarToolsComponent_InstantScript : PolarToolsComponent
Inheritance
PolarToolsComponent_InstantScript
Inherited Members
Extension Methods

Fields

ScriptExpression

Gets/sets the script expression to evaluate.

public string ScriptExpression

Field Value

string

Properties

Caption

This property gets/sets the caption for this component as shown in the tabs in Polar Tools.

public override string Caption { get; set; }

Property Value

string

LastScriptError

Returns the error that occurred when evaluating the last script expression.

public string LastScriptError { get; }

Property Value

string

Name

Returns the name of this component.

public override string Name { get; }

Property Value

string

ScriptResults

Returns the results of the last evaluated script expression.

public string ScriptResults { get; }

Property Value

string