<CodeFormat> Data Interface

Provides script language access to C++ objects of this type. Provided for compatibility purposes only.

Class HierarchyType » CodeFormat

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
int32NewlineBeforeOpeningBraceGets or sets a flag that determines whether or not to insert a newline before opening braces ( during code generation ).
int32SpacesPerTabGets 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.
int32UsesTabsGets or sets a flag that determines whether or not to use tabs instead of spaces ( during code generation ).