public static String GetNameAtIndex(IColorTableObject IColorTableinstance, Int32 Index)
 {
     return(IColorTableinstance.IColorTableInstance.GetNameAtIndex(Index));
 }
 public static Int32 GetColorRefAtIndex(IColorTableObject IColorTableinstance, Int32 Index)
 {
     return(IColorTableinstance.IColorTableInstance.GetColorRefAtIndex(Index));
 }
 public static Int32 GetCount(IColorTableObject IColorTableinstance)
 {
     return(IColorTableinstance.IColorTableInstance.GetCount());
 }