Provides script language access to C++ objects of this type. Provided for compatibility purposes only.
| Class Hierarchy | Type » CodeFormat |
Object members are as follows:
| Type Name | Accessor Name | Documentation |
|---|---|---|
| int32 | NewlineBeforeOpeningBrace | Gets or sets a flag that determines whether or not to insert a newline before opening braces ( during code generation ). |
| int32 | SpacesPerTab | Gets or sets the number of spaces per tab ( for code generation ). For example: some users prefer 3 spaces per tab and others prefer 4 spaces per tab. |
| int32 | UsesTabs | Gets or sets a flag that determines whether or not to use tabs instead of spaces ( during code generation ). |