Exemple #1
0
    public int AddLabel(string str, HPoint loc, HGraphPointFormat format, float xvector, float yvector, float zvector)
    {
        int ret = HCSMVOPINVOKE.HBaseGraph_AddLabel__SWIG_0(swigCPtr, str, HPoint.getCPtr(loc), (int)format, xvector, yvector, zvector);

        if (HCSMVOPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSMVOPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }