FbxDocumentInfo.cs 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. //------------------------------------------------------------------------------
  2. // <auto-generated />
  3. //
  4. // This file was automatically generated by SWIG (http://www.swig.org).
  5. // Version 3.0.12
  6. //
  7. // Do not make changes to this file unless you know what you are doing--modify
  8. // the SWIG interface file instead.
  9. //------------------------------------------------------------------------------
  10. namespace Autodesk.Fbx {
  11. public class FbxDocumentInfo : FbxObject {
  12. internal FbxDocumentInfo(global::System.IntPtr cPtr, bool ignored) : base(cPtr, ignored) { }
  13. // override void Dispose() {base.Dispose();}
  14. public new static FbxDocumentInfo Create(FbxManager pManager, string pName) {
  15. global::System.IntPtr cPtr = NativeMethods.FbxDocumentInfo_Create__SWIG_0(FbxManager.getCPtr(pManager), pName);
  16. FbxDocumentInfo ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxDocumentInfo(cPtr, false);
  17. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  18. return ret;
  19. }
  20. public new static FbxDocumentInfo Create(FbxObject pContainer, string pName) {
  21. global::System.IntPtr cPtr = NativeMethods.FbxDocumentInfo_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
  22. FbxDocumentInfo ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxDocumentInfo(cPtr, false);
  23. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  24. return ret;
  25. }
  26. public FbxPropertyString LastSavedUrl {
  27. get {
  28. FbxPropertyString ret = new FbxPropertyString(NativeMethods.FbxDocumentInfo_LastSavedUrl_get(swigCPtr), false);
  29. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  30. return ret;
  31. }
  32. }
  33. public FbxPropertyString Url {
  34. get {
  35. FbxPropertyString ret = new FbxPropertyString(NativeMethods.FbxDocumentInfo_Url_get(swigCPtr), false);
  36. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  37. return ret;
  38. }
  39. }
  40. public FbxProperty Original {
  41. get {
  42. FbxProperty ret = new FbxProperty(NativeMethods.FbxDocumentInfo_Original_get(swigCPtr), false);
  43. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  44. return ret;
  45. }
  46. }
  47. public FbxPropertyString Original_ApplicationVendor {
  48. get {
  49. FbxPropertyString ret = new FbxPropertyString(NativeMethods.FbxDocumentInfo_Original_ApplicationVendor_get(swigCPtr), false);
  50. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  51. return ret;
  52. }
  53. }
  54. public FbxPropertyString Original_ApplicationName {
  55. get {
  56. FbxPropertyString ret = new FbxPropertyString(NativeMethods.FbxDocumentInfo_Original_ApplicationName_get(swigCPtr), false);
  57. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  58. return ret;
  59. }
  60. }
  61. public FbxPropertyString Original_ApplicationVersion {
  62. get {
  63. FbxPropertyString ret = new FbxPropertyString(NativeMethods.FbxDocumentInfo_Original_ApplicationVersion_get(swigCPtr), false);
  64. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  65. return ret;
  66. }
  67. }
  68. public FbxPropertyString Original_FileName {
  69. get {
  70. FbxPropertyString ret = new FbxPropertyString(NativeMethods.FbxDocumentInfo_Original_FileName_get(swigCPtr), false);
  71. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  72. return ret;
  73. }
  74. }
  75. public FbxProperty LastSaved {
  76. get {
  77. FbxProperty ret = new FbxProperty(NativeMethods.FbxDocumentInfo_LastSaved_get(swigCPtr), false);
  78. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  79. return ret;
  80. }
  81. }
  82. public FbxPropertyString LastSaved_ApplicationVendor {
  83. get {
  84. FbxPropertyString ret = new FbxPropertyString(NativeMethods.FbxDocumentInfo_LastSaved_ApplicationVendor_get(swigCPtr), false);
  85. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  86. return ret;
  87. }
  88. }
  89. public FbxPropertyString LastSaved_ApplicationName {
  90. get {
  91. FbxPropertyString ret = new FbxPropertyString(NativeMethods.FbxDocumentInfo_LastSaved_ApplicationName_get(swigCPtr), false);
  92. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  93. return ret;
  94. }
  95. }
  96. public FbxPropertyString LastSaved_ApplicationVersion {
  97. get {
  98. FbxPropertyString ret = new FbxPropertyString(NativeMethods.FbxDocumentInfo_LastSaved_ApplicationVersion_get(swigCPtr), false);
  99. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  100. return ret;
  101. }
  102. }
  103. public FbxPropertyString EmbeddedUrl {
  104. get {
  105. FbxPropertyString ret = new FbxPropertyString(NativeMethods.FbxDocumentInfo_EmbeddedUrl_get(swigCPtr), false);
  106. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  107. return ret;
  108. }
  109. }
  110. public string mTitle {
  111. set {
  112. NativeMethods.FbxDocumentInfo_mTitle_set(swigCPtr, value);
  113. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  114. }
  115. get {
  116. string ret = NativeMethods.FbxDocumentInfo_mTitle_get(swigCPtr);
  117. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  118. return ret;
  119. }
  120. }
  121. public string mSubject {
  122. set {
  123. NativeMethods.FbxDocumentInfo_mSubject_set(swigCPtr, value);
  124. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  125. }
  126. get {
  127. string ret = NativeMethods.FbxDocumentInfo_mSubject_get(swigCPtr);
  128. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  129. return ret;
  130. }
  131. }
  132. public string mAuthor {
  133. set {
  134. NativeMethods.FbxDocumentInfo_mAuthor_set(swigCPtr, value);
  135. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  136. }
  137. get {
  138. string ret = NativeMethods.FbxDocumentInfo_mAuthor_get(swigCPtr);
  139. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  140. return ret;
  141. }
  142. }
  143. public string mKeywords {
  144. set {
  145. NativeMethods.FbxDocumentInfo_mKeywords_set(swigCPtr, value);
  146. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  147. }
  148. get {
  149. string ret = NativeMethods.FbxDocumentInfo_mKeywords_get(swigCPtr);
  150. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  151. return ret;
  152. }
  153. }
  154. public string mRevision {
  155. set {
  156. NativeMethods.FbxDocumentInfo_mRevision_set(swigCPtr, value);
  157. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  158. }
  159. get {
  160. string ret = NativeMethods.FbxDocumentInfo_mRevision_get(swigCPtr);
  161. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  162. return ret;
  163. }
  164. }
  165. public string mComment {
  166. set {
  167. NativeMethods.FbxDocumentInfo_mComment_set(swigCPtr, value);
  168. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  169. }
  170. get {
  171. string ret = NativeMethods.FbxDocumentInfo_mComment_get(swigCPtr);
  172. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  173. return ret;
  174. }
  175. }
  176. public void Clear() {
  177. NativeMethods.FbxDocumentInfo_Clear(swigCPtr);
  178. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  179. }
  180. public override int GetHashCode(){
  181. return swigCPtr.Handle.GetHashCode();
  182. }
  183. public bool Equals(FbxDocumentInfo other) {
  184. if (object.ReferenceEquals(other, null)) { return false; }
  185. return this.swigCPtr.Handle.Equals (other.swigCPtr.Handle);
  186. }
  187. public override bool Equals(object obj){
  188. if (object.ReferenceEquals(obj, null)) { return false; }
  189. /* is obj a subclass of this type; if so use our Equals */
  190. var typed = obj as FbxDocumentInfo;
  191. if (!object.ReferenceEquals(typed, null)) {
  192. return this.Equals(typed);
  193. }
  194. /* are we a subclass of the other type; if so use their Equals */
  195. if (typeof(FbxDocumentInfo).IsSubclassOf(obj.GetType())) {
  196. return obj.Equals(this);
  197. }
  198. /* types are unrelated; can't be a match */
  199. return false;
  200. }
  201. public static bool operator == (FbxDocumentInfo a, FbxDocumentInfo b) {
  202. if (object.ReferenceEquals(a, b)) { return true; }
  203. if (object.ReferenceEquals(a, null) || object.ReferenceEquals(b, null)) { return false; }
  204. return a.Equals(b);
  205. }
  206. public static bool operator != (FbxDocumentInfo a, FbxDocumentInfo b) {
  207. return !(a == b);
  208. }
  209. }
  210. }