ScriptManagerExecuteScript Method |
Execute the command.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 13.0.0.0 (13.0.0.0)
Syntaxpublic abstract void ExecuteScript(
string filePath
)
Public MustOverride Sub ExecuteScript (
filePath As String
)
Parameters
- filePath
- Type: SystemString
Script file path.
See Also