コード例 #1
0
 public void SetSectionDesignerSection(string name,
                                       string nameMaterial,
                                       eSectionDesignerDesignOption designType,
                                       int color    = -1,
                                       string notes = "",
                                       string GUID  = "")
 {
 }
コード例 #2
0
 public void GetSectionDesignerSection(string name,
                                       ref string nameMaterial,
                                       ref string[] shapeNames,
                                       ref eSectionDesignerSectionType[] sectionTypes,
                                       ref eSectionDesignerDesignOption designType,
                                       ref int color,
                                       ref string notes,
                                       ref string GUID)
 {
 }