public void InsertAfter(AISListOfInteractive Other, AISListIteratorOfListOfInteractive It)
 {
     AIS_ListOfInteractive_InsertAfterED3785BE(Instance, Other.Instance, It.Instance);
 }
 public void Remove(AISListIteratorOfListOfInteractive It)
 {
     AIS_ListOfInteractive_RemoveC3A8FDC6(Instance, It.Instance);
 }
 public void InsertAfter(AISInteractiveObject I, AISListIteratorOfListOfInteractive It)
 {
     AIS_ListOfInteractive_InsertAfter3A5B8247(Instance, I.Instance, It.Instance);
 }
 public void Append(AISInteractiveObject I, AISListIteratorOfListOfInteractive theIt)
 {
     AIS_ListOfInteractive_Append3A5B8247(Instance, I.Instance, theIt.Instance);
 }