예제 #1
0
 public static Int32 GetModelPathNamesCount(IBomTableAnnotationObject IBomTableAnnotationinstance, Int32 RowIndex)
 {
     return(IBomTableAnnotationinstance.IBomTableAnnotationInstance.GetModelPathNamesCount(RowIndex));
 }
예제 #2
0
 //public static Object GetModelPathNames(IBomTableAnnotationObject IBomTableAnnotationinstance, Int32 RowIndex, String& ItemNumber, String& PartNumber)
 //{
 //    return IBomTableAnnotationinstance.IBomTableAnnotationInstance.GetModelPathNames(RowIndex, ItemNumber, PartNumber);
 //}
 //public static String IGetModelPathNames(IBomTableAnnotationObject IBomTableAnnotationinstance, Int32 RowIndex, Int32 Count, String& ItemNumber, String& PartNumber)
 //{
 //    return IBomTableAnnotationinstance.IBomTableAnnotationInstance.IGetModelPathNames(RowIndex, Count, ItemNumber, PartNumber);
 //}
 //public static Int32 GetComponentsCount2(IBomTableAnnotationObject IBomTableAnnotationinstance, Int32 RowIndex, String Configuration, String& ItemNumber, String& PartNumber)
 //{
 //    return IBomTableAnnotationinstance.IBomTableAnnotationInstance.GetComponentsCount2(RowIndex, Configuration, ItemNumber, PartNumber);
 //}
 public static Object GetComponents2(IBomTableAnnotationObject IBomTableAnnotationinstance, Int32 RowIndex, String Configuration)
 {
     return(IBomTableAnnotationinstance.IBomTableAnnotationInstance.GetComponents2(RowIndex, Configuration));
 }
예제 #3
0
 public static String IGetAllCustomProperties(IBomTableAnnotationObject IBomTableAnnotationinstance, Int32 Count)
 {
     return(IBomTableAnnotationinstance.IBomTableAnnotationInstance.IGetAllCustomProperties(Count));
 }
예제 #4
0
 public static Object GetComponents(IBomTableAnnotationObject IBomTableAnnotationinstance, Int32 RowIndex)
 {
     return(IBomTableAnnotationinstance.IBomTableAnnotationInstance.GetComponents(RowIndex));
 }
예제 #5
0
 public static Int32 GetAllCustomPropertiesCount(IBomTableAnnotationObject IBomTableAnnotationinstance)
 {
     return(IBomTableAnnotationinstance.IBomTableAnnotationInstance.GetAllCustomPropertiesCount());
 }
예제 #6
0
 public static Object GetAllCustomProperties(IBomTableAnnotationObject IBomTableAnnotationinstance)
 {
     return(IBomTableAnnotationinstance.IBomTableAnnotationInstance.GetAllCustomProperties());
 }
예제 #7
0
 public static String GetColumnCustomProperty(IBomTableAnnotationObject IBomTableAnnotationinstance, Int32 Index)
 {
     return(IBomTableAnnotationinstance.IBomTableAnnotationInstance.GetColumnCustomProperty(Index));
 }
예제 #8
0
 public static Boolean RestoreRestructuredComponents(IBomTableAnnotationObject IBomTableAnnotationinstance, Int32 RowIndex)
 {
     return(IBomTableAnnotationinstance.IBomTableAnnotationInstance.RestoreRestructuredComponents(RowIndex));
 }
예제 #9
0
 public static IBomFeatureObject BomFeature(IBomTableAnnotationObject IBomTableAnnotationinstance)
 {
     return(new IBomFeatureObject(IBomTableAnnotationinstance.IBomTableAnnotationInstance.BomFeature));
 }
예제 #10
0
 public static Boolean SetColumnUseTitleAsPartNumber(IBomTableAnnotationObject IBomTableAnnotationinstance, Int32 Index, Boolean UseTitle)
 {
     return(IBomTableAnnotationinstance.IBomTableAnnotationInstance.SetColumnUseTitleAsPartNumber(Index, UseTitle));
 }
예제 #11
0
 public static void Collapse(IBomTableAnnotationObject IBomTableAnnotationinstance, Int32 CollapseType, Int32 Index)
 {
     IBomTableAnnotationinstance.IBomTableAnnotationInstance.Collapse(CollapseType, Index);
 }
예제 #12
0
 public static void Expand(IBomTableAnnotationObject IBomTableAnnotationinstance, Int32 ExpandType, Int32 Index)
 {
     IBomTableAnnotationinstance.IBomTableAnnotationInstance.Expand(ExpandType, Index);
 }
예제 #13
0
 public static Boolean ApplySavedSortScheme(IBomTableAnnotationObject IBomTableAnnotationinstance, IBomTableSortDataObject SortData)
 {
     return(IBomTableAnnotationinstance.IBomTableAnnotationInstance.ApplySavedSortScheme(SortData.IBomTableSortDataInstance as BomTableSortData));
 }
예제 #14
0
 public static IComponent2Object IGetComponents2(IBomTableAnnotationObject IBomTableAnnotationinstance, Int32 RowIndex, String Configuration, Int32 Count)
 {
     return(new IComponent2Object(IBomTableAnnotationinstance.IBomTableAnnotationInstance.IGetComponents2(RowIndex, Configuration, Count)));
 }
예제 #15
0
 public static Boolean SetColumnCustomProperty(IBomTableAnnotationObject IBomTableAnnotationinstance, Int32 Index, String CustomProp)
 {
     return(IBomTableAnnotationinstance.IBomTableAnnotationInstance.SetColumnCustomProperty(Index, CustomProp));
 }
예제 #16
0
 public static IBomTableSortDataObject GetBomTableSortData(IBomTableAnnotationObject IBomTableAnnotationinstance)
 {
     return(new IBomTableSortDataObject(IBomTableAnnotationinstance.IBomTableAnnotationInstance.GetBomTableSortData()));
 }
예제 #17
0
 //public static Boolean Sort(IBomTableAnnotationObject IBomTableAnnotationinstance, BomTableSortDataObject SortData)
 //{
 //    return IBomTableAnnotationinstance.IBomTableAnnotationInstance.Sort(SortData);
 //}
 public static Boolean Dissolve(IBomTableAnnotationObject IBomTableAnnotationinstance, Int32 RowIndex)
 {
     return(IBomTableAnnotationinstance.IBomTableAnnotationInstance.Dissolve(RowIndex));
 }