Enum ScriptType
Defines the various types of scripts.
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 17, 400, 220)]
public enum ScriptType
Remarks
This enum is available since v7.17.
Fields
| Name | Description |
|---|---|
| CSharp | CSharp |
| None | No script type defined. |
| VB | VB.NET |