GetDesiredLineIndent
Method of ITextDocument
Description
Returns desired line indent
Parameters
- IPosition pPos
- VARIANT_BOOL bByScope = VARIANT_FALSE (optional)
Return Value
- long pnValue
Syntax
JavaScript
var pnValue = TextDocument.GetDesiredLineIndent(pPos, bByScope);
==== Visual Basic Script ====
pnValue = TextDocument.GetDesiredLineIndent pPos, bByScope
==== C++ ====
long nValue; HRESULT hr = TextDocument.GetDesiredLineIndent(pPos, bByScope, &nValue);
===== See Also ===== ITextDocument