RVTDocs.com
Namespace: Autodesk.Revit.DB Class: FormattedText

GetIndentLevel

Method
Description:
Returns the indent level of the paragraphs in the text range.
Remarks:
Returns -1 if the range contains multiple paragraphs with different indent levels.
Syntax
public int GetIndentLevel(
	TextRange textRange
)
Parameters
Parameter Type Description
textRange Autodesk.Revit.DB.TextRange The given text range.
Return Value
Type Description
Autodesk.Revit.Exceptions.ArgumentException The indentation level of the paragraphs in the range.
Exceptions
Exception Condition
Autodesk.Revit.Exceptions.ArgumentException This start index of this text range is not within the text range identifying the entire text. -or- The end of this text range is not within the text range identifying the entire text.
Autodesk.Revit.Exceptions.ArgumentNullException A non-optional argument was null