Public Member Functions | |
| HRESULT | Save () |
| Save changes. | |
| HRESULT | Close () |
| Close view. | |
| HRESULT | RunScript ([in] BSTR code,[in] BSTR workingDir,[in] int scriptType) |
| Run script. | |
Properties | |
| VARIANT_BOOL | Modified [get] |
| Check if view is modified. | |
View with displayed object
| HRESULT Close | ( | ) |
Close view.
Function will close current view.
| HRESULT RunScript | ( | [in] BSTR | code, | |
| [in] BSTR | workingDir, | |||
| [in] int | scriptType | |||
| ) |
Run script.
Run script on given object.
| code | Script code to run | |
| workingDir | Working directory for the script | |
| scriptType | Type of script to be run. This value have to be one of:
|
| HRESULT Save | ( | ) |
Save changes.
Function will save changes in the view
VARIANT_BOOL Modified [get] |
Check if view is modified.
| pModified | Return true if view is modified. Return false if view is not modified. |