scripting:api:position:line

Line

Property of IPosition

Line

Read-Write Property of type long

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