libsbml.SBase.getLine C# (CSharp) Method

getLine() public method

public getLine ( ) : long
return long
        public long getLine()
        {
            return (long)libsbmlPINVOKE.SBase_getLine(swigCPtr);
        }
SBase