public void Swap(PcpPropertyIndex index)
 {
     UsdCsPINVOKE.PcpPropertyIndex_Swap(swigCPtr, PcpPropertyIndex.getCPtr(index));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public PcpPropertyIndex(PcpPropertyIndex rhs) : this(UsdCsPINVOKE.new_PcpPropertyIndex__SWIG_1(PcpPropertyIndex.getCPtr(rhs)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }