コード例 #1
0
ファイル: LayerData.cs プロジェクト: pr1m3c0d3/Fusee
 internal static HandleRef getCPtr(LayerData obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
コード例 #2
0
ファイル: BaseList2D.cs プロジェクト: pr1m3c0d3/Fusee
 public bool SetLayerData(BaseDocument doc, LayerData data) {
   bool ret = C4dApiPINVOKE.BaseList2D_SetLayerData(swigCPtr, BaseDocument.getCPtr(doc), LayerData.getCPtr(data));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }