public static IWeldmentCutListFeatureObject WeldmentCutListFeature(IWeldmentCutListAnnotationObject IWeldmentCutListAnnotationinstance)
 {
     return(new IWeldmentCutListFeatureObject(IWeldmentCutListAnnotationinstance.IWeldmentCutListAnnotationInstance.WeldmentCutListFeature));
 }
 public static Boolean Sort(IWeldmentCutListAnnotationObject IWeldmentCutListAnnotationinstance, Int32 ColumnIndex, Boolean SortAscending)
 {
     return(IWeldmentCutListAnnotationinstance.IWeldmentCutListAnnotationInstance.Sort(ColumnIndex, SortAscending));
 }
 public static String IGetAllCustomProperties(IWeldmentCutListAnnotationObject IWeldmentCutListAnnotationinstance, Int32 Count)
 {
     return(IWeldmentCutListAnnotationinstance.IWeldmentCutListAnnotationInstance.IGetAllCustomProperties(Count));
 }
 public static Object GetAllCustomProperties(IWeldmentCutListAnnotationObject IWeldmentCutListAnnotationinstance)
 {
     return(IWeldmentCutListAnnotationinstance.IWeldmentCutListAnnotationInstance.GetAllCustomProperties());
 }
 public static Boolean SetColumnCustomProperty(IWeldmentCutListAnnotationObject IWeldmentCutListAnnotationinstance, Int32 Index, String CustomProp)
 {
     return(IWeldmentCutListAnnotationinstance.IWeldmentCutListAnnotationInstance.SetColumnCustomProperty(Index, CustomProp));
 }
 public static String GetColumnCustomProperty(IWeldmentCutListAnnotationObject IWeldmentCutListAnnotationinstance, Int32 Index)
 {
     return(IWeldmentCutListAnnotationinstance.IWeldmentCutListAnnotationInstance.GetColumnCustomProperty(Index));
 }