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); }
public bool GetTagData(HNData data) { bool ret = C4dApiPINVOKE.HNWeightTag_GetTagData(swigCPtr, HNData.getCPtr(data)); return(ret); }