JavaScript and Script .NET are object-oriented languages. We will not elaborate on the object-oriented features in this manual. We will just describe the JavaScript/JScript and Forsta Plus objects that are relevant for survey programmers, and advise the reader to consult JavaScript/JScript .NET references for more in-depth knowledge.
All script code in Forsta Plus is wrapped as functions inside a class. This means that you can not define your own classes in Forsta Plus scripts.
JavaScript/ JScript objects are collections of properties and methods. A method is a function that is a member of an object. A property is a value or set of values that is a member of an object.