Property of IPosition
Position
Read-Write Property of type long
var nVal = Position.Pos; Position.Pos = nVal;
nVal = Position.Pos Position.Pos = nVal
long nVal; HRESULT hr = Position.get_Pos(&nVal); hr = Position.put_Pos(nVal);
IPosition