public CLOOP GetBefore() { CLOOP ret = (CLOOP)C4dApiPINVOKE.CTrack_GetBefore(swigCPtr); return(ret); }
public CLOOP GetAfter() { CLOOP ret = (CLOOP)C4dApiPINVOKE.CTrack_GetAfter(swigCPtr); return(ret); }
public void SetAfter(CLOOP type) { C4dApiPINVOKE.CTrack_SetAfter(swigCPtr, (int)type); }
public void SetBefore(CLOOP type) { C4dApiPINVOKE.CTrack_SetBefore(swigCPtr, (int)type); }