示例#1
0
        public CLOOP GetBefore()
        {
            CLOOP ret = (CLOOP)C4dApiPINVOKE.CTrack_GetBefore(swigCPtr);

            return(ret);
        }
示例#2
0
        public CLOOP GetAfter()
        {
            CLOOP ret = (CLOOP)C4dApiPINVOKE.CTrack_GetAfter(swigCPtr);

            return(ret);
        }
示例#3
0
 public void SetAfter(CLOOP type)
 {
     C4dApiPINVOKE.CTrack_SetAfter(swigCPtr, (int)type);
 }
示例#4
0
 public void SetBefore(CLOOP type)
 {
     C4dApiPINVOKE.CTrack_SetBefore(swigCPtr, (int)type);
 }