PERWAPI.Line.GetDeltaDistance C# (CSharp) Method

GetDeltaDistance() private method

Get the delta distance for this instruction.
The delta distance is the resulting difference of items left on the stack after calling this instruction.
private GetDeltaDistance ( ) : int
return int
        internal override int GetDeltaDistance()
        {
            return 0;
        }