CodeGenSettings_UseDefault
Retrieves information about whether the output directory and code language are used as defined by (a) the parent folders or (b) the project root. You can also set this property to true or false to specify whether the output directory and code language should be used as defined by the parent folders or the project root.
This property is used with calls to GenerateCode, GenerateCodeIn, Project.GenerateCode and Project.GenerateCodeIn. If this property is set to false, the values of CodeGenSettings_OutputFolder and CodeGenSettings_Language are used to generate code for this project item.
Signature
CodeGenSettings_UseDefault as Boolean |
Errors
Error code | Description |
---|---|
1700 | The object is no longer valid. |
1701 | Invalid address for the return parameter was specified. |