scripting:api:position:line

Line

Property of IPosition

Line

Read-Write Property of type long

var nVal = Position.Line;
Position.Line = nVal;

==== Visual Basic Script ====

nVal = Position.Line
Position.Line = nVal

==== C++ ====

long nVal;
HRESULT hr = Position.get_Line(&nVal);
hr = Position.put_Line(nVal);

===== See Also ===== IPosition