Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Scripting
AbstractScript Class
AbstractScript Methods
ClearErrors Method
Clone Method
CloneForModification Method
Compile Method
CopyFrom Method
Equals Method
GenerateScriptName Method
GetErrorsAsString Method
GetHashCode Method
MakeSureWasTriedToCompile Method
SetCompilerResult Method
Abstract
Script
Set
Compiler
Result Method
Sets the compiler result for this script.
Namespace:
Altaxo.Scripting
Assembly:
AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
Copy
public
virtual
bool
SetCompilerResult
(
IScriptCompilerResult
result
)
Parameters
result
IScriptCompilerResult
The compiler result.
Return Value
Boolean
true
if the result indicates successful compilation; otherwise,
false
.
Implements
IScriptText
SetCompilerResult(IScriptCompilerResult)
See Also
Reference
AbstractScript Class
Altaxo.Scripting Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net