示例#1
0
 public void GetWall(string name,
                     ref double thickness,
                     ref eWallPropertyType walltype,
                     ref eShellType shellType,
                     ref string nameMaterial,
                     ref int color,
                     ref string notes,
                     ref string GUID)
 {
 }
示例#2
0
 public void SetWall(string name,
                     double thickness,
                     eWallPropertyType walltype,
                     eShellType shellType,
                     string nameMaterial,
                     int color    = -1,
                     string notes = "",
                     string GUID  = "")
 {
 }
示例#3
0
 // eWallPropertyType
 internal static CSiProgram.eWallPropType ToCSi(eWallPropertyType enumValue)
 {
     return((CSiProgram.eWallPropType)enumValue);
 }