Returns a pointer to the documents <DocumentInfo> object.
Function members are as follows:
| Return Type | Function Name | Documentation |
|---|---|---|
| <Guid> | GetProjectGuid | Returns a pointer to the <Guid> object that stores this document's project ID guid. This is used by the Windows® exporter, and does not need to be edited manually. |
Object members are as follows:
| Type Name | Accessor Name | Documentation |
|---|---|---|
| string | Author | Gets or sets name of the document author, if applicable. |
| string | Company | Gets or sets the name of the company, if applicable. |
| string | Description | Gets or sets the description of the document. |
| string | DocType | Gets or sets the document type string. This can be any value you want, but there are some predefined doctypes that should not be change. |
| string | ShellFolder | The name of the folder containing the .Simdifyapp file that should be used to open this document when it is double-clicked from a Windows folder or shell executed in some other way. This must be a sub-folder in \APPLICATIONS. For example: this value could be \APPLICATIONS\SHADER. |
| string | ShellName | The name of the .Simdifyapp file that should be used to open this document when it is double-clicked from a Windows folder or shell executed in some other way. For example: this value could be v1_Shader.scenomeapp. |