Beispiel #1
0
        public SWIGTYPE_p_NetRenderDocumentContext GetNetRenderDocumentContext()
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.BaseDocument_GetNetRenderDocumentContext(swigCPtr);
            SWIGTYPE_p_NetRenderDocumentContext ret = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_NetRenderDocumentContext(cPtr, false);

            return(ret);
        }
Beispiel #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_NetRenderDocumentContext obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #3
0
 public void SetNetRenderDocumentContext(SWIGTYPE_p_NetRenderDocumentContext context)
 {
     C4dApiPINVOKE.BaseDocument_SetNetRenderDocumentContext(swigCPtr, SWIGTYPE_p_NetRenderDocumentContext.getCPtr(context));
 }