3 #ifndef _APIScriptElement_H_
4 #define _APIScriptElement_H_
10 namespace AnyCAD{
namespace API
28 void SetLanguage(
const String& _Language);
33 String GetLanguage()
const;
39 void SetContent(
const String& _Content);
50 void SetEngineName(
const String& _EngineName);
55 String GetEngineName()
const;
60 bool IsValidScript ()
const;
69 #endif //_APIScriptElement_H_
std::string String
Definition: APIString.h:10
The base class for the data that need to be stored in document.
Definition: APIElement.h:22
The script element.
Definition: APIScriptElement.h:19
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33