Defines a PythonResult.
Declaration Syntax
public class PythonResult : PythonCode, IFolderDataModelObject
Table 629: Members
Property | AllowRecursion |
Gets or Sets whether the PythonCode allows recursion. (Inherited from PythonCode.) |
Property | By |
Gets or sets the By. |
Property | Children |
Gets the list of children. |
Property | Comments |
Gets the list of associated comments. |
Property | Connected |
Gets whether the callbacks are currently connected. (Inherited from PythonCode.) |
Property | DataModelObjectCategory |
Gets the current DataModelObject's category. |
Property | DisplayTime |
Gets or sets the DisplayTime. |
Property | Figures |
Gets the list of associated figures. |
Property | Images |
Gets the list of associated images. |
Property | InternalObject |
Gets the internal object. For advanced usage only. |
Property | InternalObject |
Gets the internal object. For advanced usage only. (Inherited from PythonCode.) |
Property | Location |
Gets or sets the Location. |
Property | Mode |
Gets or sets the Mode. |
Property | PropertyProvider |
Gets or sets the propperty provider instance associated with this python code object. (Inherited from PythonCode.) |
Property | ScriptExecutionScope |
The scope identifier in which the code execution will take place. (Inherited from PythonCode.) |
Property | Text |
Gets or sets the text in the script tab for the Python Code object. (Inherited from PythonCode.) |
Method | AddComment() |
Creates a new child Comment. |
Method | AddFigure() |
Creates a new child Figure. |
Method | AddImage(string) |
Creates a new child Image. If a filePath is provided, the image will be loaded from that file, if not, the image will be a screen capture of the Geometry window. |
Method | ClearGeneratedData() |
No details are provided for this entry. |
Method | Evaluate() |
No details are provided for this entry. |
Method | EvaluateAllResults() |
Evaluate all results. |
Method | ExportAnimation(string, GraphicsAnimationExportFormat, AnimationExportSettings) |
Run the ExportAnimation action. |
Method | GetChildren<ChildrenType>(bool, IList<ChildrenType>) |
Gets the list of children, filtered by type. |
Method | GetChildren(DataModelObjectCategory, bool, IList<IDataModelObject>) |
Gets the list of children, filtered by type. |