KitchenDraw SDK 2
Show / Hide Table of Contents

Method GetScript

GetScript(bool)

Returns the script corresponding to the scene.

Declaration
public string GetScript(bool asComponents)
Parameters
Type Name Description
bool asComponents

Indicates whether the objects of the scene should appear as component calls in the script (like in the "Scene|Script|With components" command). If false, they will appear as a standard block code calls (like in the "Scene|Script|Without components" command).

Returns
Type Description
string
In this article
Back to top Generated by DocFX