public static Int32 GetSheetMetalCount(ISheetMetalFolderObject ISheetMetalFolderinstance)
 {
     return(ISheetMetalFolderinstance.ISheetMetalFolderInstance.GetSheetMetalCount());
 }
 public static Object GetSheetMetals(ISheetMetalFolderObject ISheetMetalFolderinstance)
 {
     return(ISheetMetalFolderinstance.ISheetMetalFolderInstance.GetSheetMetals());
 }
 public static IFeatureObject GetFeature(ISheetMetalFolderObject ISheetMetalFolderinstance)
 {
     return(new IFeatureObject(ISheetMetalFolderinstance.ISheetMetalFolderInstance.GetFeature()));
 }