internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxConnection obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Example #2
0
 public void Add(FbxConnection Connection)
 {
     Connections.Add(Connection);
 }