KitchenDraw SDK 2
Show / Hide Table of Contents

Class Appli.MobiscriptWindow_

Allows access to data displayed in the MobiScript window.

Inheritance
object
Appli.MobiscriptWindow_
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public class Appli.MobiscriptWindow_
Remarks

This class only contains data applicable to the window itself. To edit a catalog contained in window, see the Catalog class, and its UseMobiscriptCatalog() method.

Properties

Name Description
ActiveLineRank

Rank of the focused line in an active table shown in the MobiScript window.

ActiveTableType

A type of the table currently selected in the MobiScript window.

CatalogFilename

A filename of the catalog (without extension) that is currently open in the MobiScript window.

IsCatalogModified

Indicates whether the catalog displayed in the MobiScript window has unsaved changed, and so the Save button of the window is active.

Methods

Name Description
LoadCatalog(string, string)

Loads the catalog whose file name (without path and extension) is provided in the catalogFilename parameter into the MobiScript window. Throws an Sdk2Exception if fails to load.

SaveCatalog(string)

Saves the catalog that is open in the MobiScript window under the given filename (should be provided without path and extension). Throws an Sdk2Exception if fails to save.

TryLoadCatalog(string, string)

Loads the catalog whose file name (without path and extension) is provided in the catalogFilename parameter into the MobiScript window.

TrySaveCatalog(string)

Saves the catalog that is open in the MobiScript window under the given filename (should be provided without path and extension).

In this article
Back to top Generated by DocFX