public void PushId(DescLevel subid) { C4dApiPINVOKE.DescID_PushId(swigCPtr, DescLevel.getCPtr(subid)); if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve(); }
public DescLevel GetAt(int pos) { DescLevel ret = new DescLevel(C4dApiPINVOKE.DescID_GetAt(swigCPtr, pos), false); return ret; }
public DescID(DescLevel id1, DescLevel id2, DescLevel id3) : this(C4dApiPINVOKE.new_DescID__SWIG_5(DescLevel.getCPtr(id1), DescLevel.getCPtr(id2), DescLevel.getCPtr(id3)), true) { if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve(); }
internal static HandleRef getCPtr(DescLevel obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }