public int AddUnicodeLabel(ushort[] str, HPoint loc, HGraphPointFormat format, float xvector, float yvector) { int ret = HCSMVOPINVOKE.HBaseGraph_AddUnicodeLabel__SWIG_1(swigCPtr, str, HPoint.getCPtr(loc), (int)format, xvector, yvector); if (HCSMVOPINVOKE.SWIGPendingException.Pending) { throw HCSMVOPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }