Parse() static private method

static private Parse ( string str, ReleaseVersion schema ) : IfcWallElementedCase
str string
schema ReleaseVersion
return IfcWallElementedCase
Ejemplo n.º 1
0
 internal new static IfcWallElementedCase Parse(string str, ReleaseVersion schema)
 {
     IfcWallElementedCase w = new IfcWallElementedCase(); int pos = 0; w.Parse(str, ref pos, str.Length, schema); return(w);
 }
Ejemplo n.º 2
0
 internal static new IfcWallElementedCase Parse(string str, ReleaseVersion schema)
 {
     IfcWallElementedCase w = new IfcWallElementedCase(); int pos = 0; w.Parse(str, ref pos, str.Length, schema); return w;
 }