Method of ITextDocument
Returns desired line indent
var pnValue = TextDocument.GetDesiredLineIndent(pPos, bByScope);
pnValue = TextDocument.GetDesiredLineIndent pPos, bByScope
long nValue; HRESULT hr = TextDocument.GetDesiredLineIndent(pPos, bByScope, &nValue);