예제 #1
0
        public SWIGTYPE_p_PcpPropertyRange GetPropertyRange()
        {
            SWIGTYPE_p_PcpPropertyRange ret = new SWIGTYPE_p_PcpPropertyRange(UsdCsPINVOKE.PcpPropertyIndex_GetPropertyRange__SWIG_1(swigCPtr), true);

            return(ret);
        }
예제 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_PcpPropertyRange obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
예제 #3
0
        public SWIGTYPE_p_PcpPropertyRange GetPropertyRange(bool localOnly)
        {
            SWIGTYPE_p_PcpPropertyRange ret = new SWIGTYPE_p_PcpPropertyRange(UsdCsPINVOKE.PcpPropertyIndex_GetPropertyRange__SWIG_0(swigCPtr, localOnly), true);

            return(ret);
        }