示例#1
0
 public VtValue(VtStringArray obj) : this(UsdCsPINVOKE.new_VtValue__SWIG_38(VtStringArray.getCPtr(obj)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public VtStringArray(VtStringArray other) : this(UsdCsPINVOKE.new_VtStringArray__SWIG_1(VtStringArray.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#3
0
 public void swap(VtStringArray other)
 {
     UsdCsPINVOKE.VtStringArray_swap(swigCPtr, VtStringArray.getCPtr(other));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#4
0
        public static bool Equals(VtStringArray lhs, VtStringArray rhs)
        {
            bool ret = UsdCsPINVOKE.VtStringArray_Equals(VtStringArray.getCPtr(lhs), VtStringArray.getCPtr(rhs));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#5
0
        public bool IsIdentical(VtStringArray other)
        {
            bool ret = UsdCsPINVOKE.VtStringArray_IsIdentical(swigCPtr, VtStringArray.getCPtr(other));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(VtStringArray obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }