public void Remove(Graphic3d_Group theGroup)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public Graphic3d_Group(Graphic3d_Group parameter1)
     : base()
 {
     throw new NotImplementedException("Native class is abstract");
 }
 public void SetValue(int theIndex, Graphic3d_Group theItem)
 {
     throw new NotImplementedException();
 }
 public void Append(Graphic3d_Group theItem)
 {
     throw new NotImplementedException();
 }
 public void InsertAfter(int theIndex, Graphic3d_Group theItem)
 {
     throw new NotImplementedException();
 }