示例#1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(HNData obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#2
0
        public bool GetTagData(HNData data)
        {
            bool ret = C4dApiPINVOKE.HNWeightTag_GetTagData(swigCPtr, HNData.getCPtr(data));

            return(ret);
        }