Click or drag to resize

CodeWriterBeginIndentOnNewLineRelativeToParentOffset Method

Begin a section during which any newline should be indented relative to the parent object offset.

Namespace:  Nova.Rendering
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void BeginIndentOnNewLineRelativeToParentOffset(
	CodeObject codeObject,
	bool additionalIndent
)

Parameters

codeObject
Type: Nova.CodeDOMCodeObject
additionalIndent
Type: SystemBoolean
See Also